From 427bff7d59080b7053ce37a88bfb42e078a40fba Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 25 Jul 2024 19:50:36 -0700 Subject: Formatting tweaks --- hosts/c-pc/hardware.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts/c-pc/hardware.nix') diff --git a/hosts/c-pc/hardware.nix b/hosts/c-pc/hardware.nix index 020dab5..660ac7a 100644 --- a/hosts/c-pc/hardware.nix +++ b/hosts/c-pc/hardware.nix @@ -14,6 +14,7 @@ zfsSupport = true; efiSupport = true; efiInstallAsRemovable = true; + mirroredBoots = [ { devices = [ "nodev" ]; path = "/boot"; } ]; @@ -40,10 +41,10 @@ fileSystems = { "/" = { fsType = "zfs"; device = "zpool/root"; }; + "/nix" = { fsType = "zfs"; device = "zpool/nix"; }; "/home" = { fsType = "zfs"; device = "zpool/home"; }; "/persist" = { fsType = "zfs"; device = "zpool/persist"; neededForBoot = true; }; "/secrets" = { fsType = "zfs"; device = "zpool/secure/secrets"; neededForBoot = true; }; - "/nix" = { fsType = "zfs"; device = "zpool/nix"; }; "/boot" = { fsType = "vfat"; device = "/dev/disk/by-uuid/12CE-A600"; }; -- cgit v1.2.3