Enable flakes and nix command

This commit is contained in:
Nathan van Doorn 2024-05-04 12:37:58 +00:00
parent d6d923f422
commit 17fd651768
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
networking.firewall.enable = true; networking.firewall.enable = true;
system.stateVersion = "24.05"; system.stateVersion = "24.05";
sdImage.firmwarePartitionOffset = 32; sdImage.firmwarePartitionOffset = 32;
nix.settings = {
extra-experimental-features = [ "nix-command" "flakes" ];
};
}; };
# Configuration of individual users # Configuration of individual users
nixosModules.users = {...}: { nixosModules.users = {...}: {