From 94a1f76ad67eaef77938a9435d044bac7fbcac74 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 18 Jan 2022 14:40:33 +0100 Subject: [PATCH] zephyrus: ensure home is mounted for agenix --- hosts/zephyrus/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/zephyrus/hardware-configuration.nix b/hosts/zephyrus/hardware-configuration.nix index 48d6162..cec5cce 100644 --- a/hosts/zephyrus/hardware-configuration.nix +++ b/hosts/zephyrus/hardware-configuration.nix @@ -29,6 +29,7 @@ in { device = "/dev/disk/by-uuid/6395cef1-c30b-450a-917c-cfb3c0380642"; fsType = "btrfs"; options = [ "subvol=@home" "compress=zstd" "noatime" ]; + neededForBoot = true; # agenix needs my key for some root secrets }; fileSystems."/nix" =