update perms, add security module, add flake support by default again

This commit is contained in:
Reid 2023-08-23 02:13:16 -07:00
parent 63d45da9ff
commit f1fe7e38c6
3 changed files with 41 additions and 0 deletions

View file

@ -12,6 +12,8 @@ in {
];
i18n.defaultLocale = "en_US.UTF-8";
nix.settings.experimental-features = [ "nix-command" "flakes" ];
system.stateVersion = lib.mkDefault "23.11";
}