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;
|
useXkbConfig = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Enable new implementation of switch-to-configuration built in Rust
|
||||||
|
system = {
|
||||||
|
switch = {
|
||||||
|
enable = false;
|
||||||
|
enableNg = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "mimir";
|
hostName = "mimir";
|
||||||
useDHCP = false;
|
useDHCP = false;
|
||||||
|
|
Loading…
Reference in a new issue