updated to reflect new install
This commit is contained in:
parent
b1f8d9b94a
commit
16c197894c
1 changed files with 3 additions and 3 deletions
|
|
@ -14,17 +14,17 @@
|
|||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/4095c725-2411-44a9-b873-21dcf064d849";
|
||||
{ device = "/dev/disk/by-uuid/3b13f80d-64f5-491c-b5d4-9bfb376e6f6c";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/boot/efi" =
|
||||
{ device = "/dev/disk/by-uuid/12B5-4C97";
|
||||
{ device = "/dev/disk/by-uuid/9492-C4B2";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
swapDevices =
|
||||
[ { device = "/dev/disk/by-uuid/27e6c2b6-06ff-4365-8940-49afc82c268f"; }
|
||||
[ { device = "/dev/disk/by-uuid/a7ae7629-f44f-4298-bf31-59c51cd95658"; }
|
||||
];
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue