Don't run nomad on chilly.
This commit is contained in:
13
common/base-node.nix
Normal file
13
common/base-node.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./cifs-client.nix
|
||||
./consul.nix
|
||||
./glusterfs-client.nix
|
||||
./impermanence.nix
|
||||
./sshd.nix
|
||||
./user-ppetru.nix
|
||||
./unattended-encryption.nix
|
||||
./systemd-boot.nix
|
||||
];
|
||||
}
|
||||
@@ -1,16 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./cifs-client.nix
|
||||
./consul.nix
|
||||
./base-node.nix
|
||||
./glusterfs.nix
|
||||
./glusterfs-client.nix
|
||||
./impermanence.nix
|
||||
./nomad.nix
|
||||
./sshd.nix
|
||||
./user-ppetru.nix
|
||||
./unattended-encryption.nix
|
||||
./syncthing-data.nix
|
||||
./systemd-boot.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user