moved imports to per client file
This commit is contained in:
@@ -27,8 +27,6 @@
|
||||
./docker.nix
|
||||
./docker-device-mapper.nix
|
||||
]
|
||||
++ lib.optionals (config.vars.host_type == "nas") [ ./service-zrepl.nix ]
|
||||
++ lib.optionals (config.vars.host_type == "worker") [ ./nfs-mount.nix ./keepalived.nix ];
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user