enable Ng switch and rebuild
This commit is contained in:
parent
19d90a19b7
commit
e670624540
1 changed files with 9 additions and 1 deletions
|
|
@ -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?
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue