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."/" = {
|
fileSystems."/" = {
|
||||||
device = "UUID=7a97edd8-c5a9-4354-a461-24c0f311e61b";
|
device = "/dev/disk/by-uuid/7a97edd8-c5a9-4354-a461-24c0f311e61b";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" = {
|
fileSystems."/boot" = {
|
||||||
device = "UUID=F0BD-FE72";
|
device = "/dev/disk/by-uuid/F0BD-FE72";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{
|
{
|
||||||
device = "UUID=e107d78d-d934-4939-889d-1860410321d5";
|
device = "/dev/disk/by-uuid/e107d78d-d934-4939-889d-1860410321d5";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -119,7 +119,6 @@
|
||||||
gparted
|
gparted
|
||||||
bluez
|
bluez
|
||||||
blueman
|
blueman
|
||||||
nerdfonts
|
|
||||||
home-manager
|
home-manager
|
||||||
pkg-config
|
pkg-config
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue