mimir: Enable new implementation of switch-to-configuration in Rust
This commit is contained in:
parent
5e75280cd7
commit
d2ba9f04ca
1 changed files with 8 additions and 0 deletions
|
@ -186,6 +186,14 @@
|
|||
useXkbConfig = true;
|
||||
};
|
||||
|
||||
# Enable new implementation of switch-to-configuration built in Rust
|
||||
system = {
|
||||
switch = {
|
||||
enable = false;
|
||||
enableNg = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking = {
|
||||
hostName = "mimir";
|
||||
useDHCP = false;
|
||||
|
|
Loading…
Reference in a new issue