From 33584d9a0242d7857e53776b2c099e9bac6576e5 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 13 Jul 2026 01:44:05 +1000 Subject: [PATCH] fix typo --- hosts/docker/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/docker/configuration.nix b/hosts/docker/configuration.nix index 8989bfa..5046207 100644 --- a/hosts/docker/configuration.nix +++ b/hosts/docker/configuration.nix @@ -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" ];