Change hardware-config
This commit is contained in:
parent
83c6bae43c
commit
c381b58e91
|
|
@ -14,20 +14,18 @@
|
|||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/5c6e0435-ae74-4cb6-90aa-7b5a008ef37b";
|
||||
{ device = "/dev/disk/by-uuid/28b841a4-d2e6-44d2-8bad-003b45271da6";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
boot.initrd.luks.devices."luks-9ef1fc25-39dd-41dd-8a01-1756b2a653b0".device = "/dev/disk/by-uuid/9ef1fc25-39dd-41dd-8a01-1756b2a653b0";
|
||||
boot.initrd.luks.devices."luks-e50514c4-95e6-484b-8561-1c32bb948898".device = "/dev/disk/by-uuid/e50514c4-95e6-484b-8561-1c32bb948898";
|
||||
|
||||
fileSystems."/boot/efi" =
|
||||
{ device = "/dev/disk/by-uuid/CADA-6538";
|
||||
{ device = "/dev/disk/by-uuid/8A95-A78D";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
swapDevices =
|
||||
[ { device = "/dev/disk/by-uuid/47c76843-e4ff-4c21-bc4b-60ef7c356ed4"; }
|
||||
];
|
||||
swapDevices = [ ];
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||
|
|
|
|||
Loading…
Reference in New Issue