Configure flake/command for server
This commit is contained in:
parent
3081546a58
commit
78023a648c
1 changed files with 3 additions and 0 deletions
|
|
@ -325,6 +325,9 @@ in
|
|||
system.stateVersion = "24.05";
|
||||
|
||||
nix = {
|
||||
settings = {
|
||||
experimental-features = "nix-command flakes";
|
||||
};
|
||||
extraOptions = ''
|
||||
!include ${config.sops.secrets.access.path}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue