archangel setup

This commit is contained in:
tulg 2025-10-20 20:10:11 +03:00
parent e7056267b8
commit 08df9b4ace
3 changed files with 143 additions and 62 deletions

View file

@ -14,12 +14,12 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/10d6e759-3b2a-4593-b7c8-21b78352781d";
{ device = "/dev/disk/by-partlabel/disk-nixos-root";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/3639-959D";
{ device = "/dev/disk/by-partlabel/disk-nixos-ESP";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};