enable Ng switch and rebuild

This commit is contained in:
Noa Aarts 2024-12-20 22:53:46 +01:00
parent 19d90a19b7
commit e670624540
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -389,5 +389,13 @@
# this value at the release version of the first install of this system. # this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option # Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "23.11"; # Did you read the comment? system = {
switch = {
enableNg = true;
};
rebuild = {
enableNg = true;
};
stateVersion = "23.11"; # Did you read the comment?
};
} }