ADD loading synchting module and enable flakes
This commit is contained in:
parent
13987650a7
commit
26f42cb446
|
@ -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" ];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue