From cfc871cce6aefaa0ff64619780a807cba761c6b2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 30 Jan 2023 12:20:23 +0100 Subject: ... --- hosts/surtr/zfs.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'hosts/surtr/zfs.nix') diff --git a/hosts/surtr/zfs.nix b/hosts/surtr/zfs.nix index 736d5cc9..583ab8e1 100644 --- a/hosts/surtr/zfs.nix +++ b/hosts/surtr/zfs.nix @@ -10,7 +10,6 @@ "/root" = { device = "surtr/safe/home-root"; fsType = "zfs"; - neededForBoot = true; }; "/var/lib/systemd" = @@ -25,6 +24,12 @@ neededForBoot = true; }; + "/var/lib/sops-nix" = + { device = "surtr/local/var-lib-sops--nix"; + fsType = "zfs"; + neededForBoot = true; + }; + "/var/log" = { device = "surtr/local/var-log"; fsType = "zfs"; -- cgit v1.2.3