fix hardware-configuration for swan

This commit is contained in:
Noah Masur 2023-02-25 11:23:26 -05:00
parent d56a48cf65
commit fb74122458

View File

@ -12,6 +12,16 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
fileSystems."/" = {
device = "/dev/disk/by-label/nixos";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-label/boot";
fsType = "vfat";
};
swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking