myputer specific changes
This commit is contained in:
parent
1d4189b040
commit
a448ce3f39
216 changed files with 544 additions and 24478 deletions
|
|
@ -22,14 +22,11 @@
|
|||
fsType = "ext4";
|
||||
};
|
||||
|
||||
#fileSystems."/boot" = # BIOS
|
||||
fileSystems."/boot" =
|
||||
# UEFI
|
||||
{
|
||||
device = "/dev/disk/by-uuid/7046-177A";
|
||||
fsType = "vfat";
|
||||
options = ["fmask=0077" "dmask=0077"];
|
||||
};
|
||||
fileSystems."/boot" = {
|
||||
device = "/dev/disk/by-uuid/7046-177A";
|
||||
fsType = "vfat";
|
||||
options = ["fmask=0077" "dmask=0077"];
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
{device = "/dev/disk/by-uuid/7f7e9d69-78e0-49f1-b792-6be26ed8e040";}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue