aboutsummaryrefslogtreecommitdiff
path: root/hosts/copenhagen/hardware.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-07-25 19:50:36 -0700
committerCaroline Larimore <caroline@larimo.re>2024-07-25 19:50:36 -0700
commit427bff7d59080b7053ce37a88bfb42e078a40fba (patch)
tree3fa0de16dcf695c0b42b2a546de233fd3950d477 /hosts/copenhagen/hardware.nix
parentde48344a6eb3ff2a7167c47c8929d37ec8349976 (diff)
Formatting tweaks
Diffstat (limited to 'hosts/copenhagen/hardware.nix')
-rw-r--r--hosts/copenhagen/hardware.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/copenhagen/hardware.nix b/hosts/copenhagen/hardware.nix
index 061700b..8ba2b70 100644
--- a/hosts/copenhagen/hardware.nix
+++ b/hosts/copenhagen/hardware.nix
@@ -12,6 +12,7 @@
zfsSupport = true;
efiSupport = true;
efiInstallAsRemovable = true;
+
mirroredBoots = [
{ devices = [ "nodev" ]; path = "/boot"; }
];
@@ -38,10 +39,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/secrets"; neededForBoot = true; };
- "/nix" = { fsType = "zfs"; device = "zpool/nix"; };
"/boot" = { fsType = "vfat"; device = "/dev/disk/by-uuid/DF61-E3BD"; };