From 26f42cb446d91ef69bc1aa43c4f92f6f9a26ea84 Mon Sep 17 00:00:00 2001 From: Alexandre LUCAZEAU Date: Thu, 27 Jul 2023 10:14:54 +0200 Subject: [PATCH] ADD loading synchting module and enable flakes --- hosts/dell-5590/nixos/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) 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" ]; }