This commit is contained in:
2025-05-09 14:35:29 -05:00
parent 27b8d8e4d7
commit df6701a609
3 changed files with 17 additions and 15 deletions

View File

@@ -16,7 +16,6 @@
fileSystems."/" =
{ device = "none";
fsType = "tmpfs";
mode = "755";
};
fileSystems."/nix" =
@@ -56,7 +55,7 @@
};
fileSystems."/boot/firmware" =
{ device = "/dev/disk/by-uuid/777B-8D3F";
{ device = "/dev/disk/by-uuid/15B0-5CAA";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};
@@ -72,4 +71,4 @@
# networking.interfaces.wlan0.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
}
}