ADD loading synchting module and enable flakes

main
Alexandre LUCAZEAU 2023-07-27 10:14:54 +02:00
parent 13987650a7
commit 26f42cb446
1 changed files with 2 additions and 0 deletions

View File

@ -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" ];
}