From d586c5a71aa6ef0767e727627b27f4f73dc8c05d Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Thu, 22 Aug 2024 20:25:54 +0200 Subject: [PATCH] loki: Use new implementation of switch-to-configuration --- machines/loki/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/machines/loki/configuration.nix b/machines/loki/configuration.nix index 7d70b58..05c051c 100644 --- a/machines/loki/configuration.nix +++ b/machines/loki/configuration.nix @@ -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"; } ]; # high-resolution display