Trying to save lambda

This commit is contained in:
Julien Malka 2022-02-28 18:29:11 +01:00
parent 838fb923d4
commit 21c3f5742b

View file

@ -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";