Configure flake/command for server

This commit is contained in:
DashieTM 2024-08-04 16:34:40 +02:00
parent 3081546a58
commit 78023a648c

View file

@ -325,6 +325,9 @@ in
system.stateVersion = "24.05"; system.stateVersion = "24.05";
nix = { nix = {
settings = {
experimental-features = "nix-command flakes";
};
extraOptions = '' extraOptions = ''
!include ${config.sops.secrets.access.path} !include ${config.sops.secrets.access.path}
''; '';