From 83eac90d2ea7979d1f285ca1929185d2665e42a9 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Mon, 28 Feb 2022 18:29:11 +0100 Subject: [PATCH] Trying to save lambda --- machines/lambda/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/machines/lambda/default.nix b/machines/lambda/default.nix index 1e8439a..127dcc8 100644 --- a/machines/lambda/default.nix +++ b/machines/lambda/default.nix @@ -24,6 +24,11 @@ ]; # File systems configuration for using the installer's partition layout + + + nix.package = lib.mkForce pkgs.nixUnstable; + + fileSystems = { "/" = { device = "/dev/disk/by-label/NIXOS_SD";