fixed UUID defs for disks
This commit is contained in:
parent
ffe439bf0a
commit
7879535509
2 changed files with 3 additions and 4 deletions
Binary file not shown.
|
|
@ -34,18 +34,18 @@
|
|||
};
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "UUID=7a97edd8-c5a9-4354-a461-24c0f311e61b";
|
||||
device = "/dev/disk/by-uuid/7a97edd8-c5a9-4354-a461-24c0f311e61b";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/boot" = {
|
||||
device = "UUID=F0BD-FE72";
|
||||
device = "/dev/disk/by-uuid/F0BD-FE72";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
{
|
||||
device = "UUID=e107d78d-d934-4939-889d-1860410321d5";
|
||||
device = "/dev/disk/by-uuid/e107d78d-d934-4939-889d-1860410321d5";
|
||||
}
|
||||
];
|
||||
|
||||
|
|
@ -119,7 +119,6 @@
|
|||
gparted
|
||||
bluez
|
||||
blueman
|
||||
nerdfonts
|
||||
home-manager
|
||||
pkg-config
|
||||
ripgrep
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue