added zfs to hardware config

This commit is contained in:
Stefan Kempinger 2025-12-08 02:19:40 +01:00
parent 502ffabbaa
commit 5aab046d7b
2 changed files with 11 additions and 7 deletions

View file

@ -24,14 +24,12 @@
};
swapDevices = [ ];
fileSystems."/backup" = {
device = "backup";
fsType = "zfs";
};
# 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
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
networking.useDHCP = lib.mkDefault true;
# networking.interfaces.enp39s0.useDHCP = lib.mkDefault true;
# networking.interfaces.wlp41s0.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode =