From 567f3412f2baf01d08d81fb41d771bbbf9eaab4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Fri, 17 Feb 2023 15:11:28 +0100 Subject: [PATCH] fix typo --- config/installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/installer.nix b/config/installer.nix index 2027ec47..ff979644 100644 --- a/config/installer.nix +++ b/config/installer.nix @@ -11,7 +11,7 @@ "fd0d:a262:1fa6:e621:6ec2:1e4e:ce7f:d2af/64" ]; boot.supportedFilesystems = ["zfs" "bcachefs"]; - system.packages = with pkgs; ["bcachefs-tools"]; + system.packages = with pkgs; [bcachefs-tools]; networking.hostId = "8425e349"; # Oldest system I have is skylake-based /*