update perms, add security module, add flake support by default again
This commit is contained in:
parent
63d45da9ff
commit
f1fe7e38c6
3 changed files with 41 additions and 0 deletions
|
@ -12,6 +12,8 @@ in {
|
|||
];
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
system.stateVersion = lib.mkDefault "23.11";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue