diff --git a/hosts/dell-5590/nixos/configuration.nix b/hosts/dell-5590/nixos/configuration.nix index 3db661e..385ea09 100644 --- a/hosts/dell-5590/nixos/configuration.nix +++ b/hosts/dell-5590/nixos/configuration.nix @@ -14,6 +14,7 @@ # ./vpn.nix # ./VPN.nix ../modules/prometheus-node.nix + ../modules/syncthing.nix ]; # Use the systemd-boot EFI boot loader. @@ -201,4 +202,5 @@ nix.settings.auto-optimise-store = true; hashedPassword = "$6$7m77oPQxa$W9YnRLo1X2eqztBHwpoH8diHGkBno5O39AMyL9Qm8y8I6uW63H2Nwx4p239OG5zhOxA8J1lZvHTQ3hKPSP9mT/"; }; }; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; }