Veil: fix hardware-configuration

This commit is contained in:
Johannes Rothe 2025-01-02 15:26:12 +01:00
parent 35605ec47c
commit cb42c46c5c

View File

@ -14,19 +14,17 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/efaa7991-10ec-4c9b-b8e1-f8494f1786f9";
{ device = "/dev/disk/by-uuid/4dda19d7-0520-424e-87e6-771fbfed6ec4";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/5DB3-F970";
{ device = "/dev/disk/by-uuid/AB15-6303";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};
swapDevices =
[ { device = "/dev/disk/by-uuid/4dbfb986-1e81-4fcb-abea-21dd933cf581"; }
];
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