Enable flakes and nix command
This commit is contained in:
parent
d6d923f422
commit
17fd651768
|
@ -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 = {...}: {
|
||||||
|
|
Loading…
Reference in New Issue