fix typo
Check NixOS configurations / eval-hosts (push) Failing after 14m27s

This commit is contained in:
2026-07-13 01:44:05 +10:00
parent 893a7c997c
commit 14deedc12d
+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" ];