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

@ -32,6 +32,9 @@
# "net.bridge.bridge-nf-call-iptables" = 1;
# "net.bridge.bridge-nf-call-ip6tables" = 1;
};
boot.supportedFilesystems = [ "zfs" ];
boot.zfs.forceImportRoot = false;
# Console and locale
console = {
@ -44,6 +47,7 @@
# Networking
networking.hostName = "nixos-server";
networking.useDHCP = false;
networking.hostId = "5506a8e7";
networking.interfaces.eth0.ipv4.addresses = [
{
address = "192.168.69.69";
@ -93,6 +97,8 @@
nixfmt
systemd
inetutils
smartmontools
parted
nil
];