From 6de092dae0874cbf20fb49252fcdd548cb911785 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 1 Sep 2025 16:22:26 +0200 Subject: [PATCH] update flake lock and fix stylix --- nixos/shared/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/shared/default.nix b/nixos/shared/default.nix index 9e5f954..2f18fc2 100644 --- a/nixos/shared/default.nix +++ b/nixos/shared/default.nix @@ -13,7 +13,7 @@ #../hosts/${config.networking.hostName}/hardware-configuration.nix ]; sops = { - age.keyFile = ../../../../../../var/secrets/keys.txt; + age.keyFile = "var/secrets/keys.txt"; secrets."lillian-password".neededForUsers = true; defaultSopsFile = ../hosts/${config.networking.hostName}/secrets/sops.yaml;