From 4a81ea1e0c4824ed71fba42d8b8b14977a8b3f2d Mon Sep 17 00:00:00 2001 From: chase Date: Sun, 8 Jun 2025 15:02:46 -0400 Subject: [PATCH] Fix public key for anzu --- .sops.yaml | 2 +- hosts/anzu/configuration.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.sops.yaml b/.sops.yaml index 331d0ab..4653270 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -2,7 +2,7 @@ keys: - &users: - &chase age19uwxm2gynhjl9m90gckrkh76m9hjut44ak6d8969y4swhz8ypyeqvfcaas - &hosts: - - &anzu age19uwxm2gynhjl9m90gckrkh76m9hjut44ak6d8969y4swhz8ypyeqvfcaas + - &anzu age1wdjujpvc2zd0g592a9gqa7qzz4pcans8m0tyq3m6eq9np9a3lg2s8kxf3h creation_rules: - path_regex: secrets.yaml$ key_groups: diff --git a/hosts/anzu/configuration.nix b/hosts/anzu/configuration.nix index 8872f37..82c8727 100644 --- a/hosts/anzu/configuration.nix +++ b/hosts/anzu/configuration.nix @@ -29,6 +29,5 @@ in ["${automount_opts},username=${username},password=${password},uid=1000,gid=100"]; }; - system.stateVersion = "24.11"; }