Trying to save lambda

This commit is contained in:
Julien Malka 2022-02-28 18:29:11 +01:00
parent 35f2efc973
commit 83eac90d2e
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F

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