Install seaweedfs from unstable on compute nodes.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
imports = [
|
||||
./impermanence.nix
|
||||
./nomad.nix
|
||||
./seaweedfs.nix
|
||||
./sshd.nix
|
||||
./user-ppetru.nix
|
||||
./unattended-encryption.nix
|
||||
|
||||
14
hosts/common/seaweedfs.nix
Normal file
14
hosts/common/seaweedfs.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.persistence."/persist".directories = [
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.unstable.seaweedfs
|
||||
];
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ ];
|
||||
allowedUDPPorts = [ ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user