loki: Use new implementation of switch-to-configuration
This commit is contained in:
parent
6c706e8dfe
commit
d586c5a71a
1 changed files with 8 additions and 0 deletions
|
@ -92,6 +92,14 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Enable new implementation of switch-to-configuration built in Rust
|
||||||
|
system = {
|
||||||
|
switch = {
|
||||||
|
enable = false;
|
||||||
|
enableNg = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices = [ { device = "/dev/disk/by-uuid/d93788f7-1b94-4687-8313-055d17f42b7e"; } ];
|
swapDevices = [ { device = "/dev/disk/by-uuid/d93788f7-1b94-4687-8313-055d17f42b7e"; } ];
|
||||||
|
|
||||||
# high-resolution display
|
# high-resolution display
|
||||||
|
|
Loading…
Reference in a new issue