okay screw it ext4 nothing fancy

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-19 22:37:57 -06:00
parent 0bbcd06c81
commit 63524654b6
2 changed files with 15 additions and 6 deletions

View file

@ -26,6 +26,15 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
fileSystems."/" = {
device = "/dev/disk/by-uuid/e8d53d2d-bb73-41d7-bc64-93af7d3a5e7b";
fsType = "ext4";
};
swapDevices = [
{ device = "/dev/disk/by-uuid/f043c171-5d20-4c6c-bc82-6e72139d7cb1"; }
];
# 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
# still possible to use this option, but it's recommended to use it in conjunction