diff options
Diffstat (limited to 'nix/configuration.nix')
-rw-r--r-- | nix/configuration.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nix/configuration.nix b/nix/configuration.nix index 53246e3..26619d3 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -11,8 +11,6 @@ ./hardware-configuration.nix # Include generic Deuxfleurs module ./deuxfleurs.nix - # Wesher module - ./wesher_service.nix # Configuration for this deployment (a cluster) ./cluster.nix # Configuration local for this Deuxfleurs site (set of nodes) @@ -21,10 +19,6 @@ ./node.nix ]; - nixpkgs.overlays = [ - (import ./wesher.nix) - ]; - # The global useDHCP flag is deprecated, therefore explicitly set to false here. # Per-interface useDHCP will be mandatory in the future, so this generated config # replicates the default behaviour. @@ -70,7 +64,6 @@ SystemMaxUse=1G docker docker-compose wireguard-tools - wesher #qemu #qemu_kvm ]; |