This commit is contained in:
2026-07-13 01:44:05 +10:00
parent b25d9db82b
commit 33584d9a02
+1 -1
View File
@@ -23,7 +23,7 @@
networking.hostName = "docker"; # Define your hostname.
networking.hostId = "007f0200";
boot.zfs.forceImportRoot = false;
environment.systePackages = with pkgs; [
environment.systemPackages = with pkgs; [
nfs-utils
];
boot.supportedFilesystems = [ "nfs" ];