removing registry

This commit is contained in:
2025-01-13 21:39:10 -07:00
parent 0ae62c3020
commit fc6d7ad148
4 changed files with 152 additions and 20 deletions

View File

@@ -89,7 +89,6 @@
tmux
libguestfs-with-appliance
iperf
nfs-utils
];
services.tailscale.enable = true;
services.openssh.enable = true;
@@ -165,7 +164,7 @@
device = "/dev/disk/by-uuid/437358fd-b9e4-46e2-bd45-f6b368acaac1";
fsType = "ext4";
};
boot.supportedFilesystems = [ "zfs" "nfs" ];
boot.supportedFilesystems = [ "zfs" ];
boot.zfs.forceImportRoot = false;
networking.hostId = "eafe9999";
boot.zfs.extraPools = [ "data" "data2" ];