Install seaweedfs from unstable on compute nodes.
This commit is contained in:
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