From 2dc28a21b1d6831ed32a1ec49807dce1c7b611c0 Mon Sep 17 00:00:00 2001 From: albert <albert@sysctl.io> Date: Tue, 18 Feb 2025 09:16:34 -0800 Subject: [PATCH] Testing --- .sops.yaml | 6 ++++++ nixos/hosts/nuc-server/default.nix | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.sops.yaml b/.sops.yaml index 65cb6ffc..ef610c59 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -51,6 +51,12 @@ creation_rules: - *bakersfield-rpi4 - *quitman-rpi4 + - path_regex: secrets\/wireless\.yaml$ + key_groups: + - pgp: + - *albert + - *framework-server + - path_regex: secrets\/wireguard\.yaml$ key_groups: - pgp: diff --git a/nixos/hosts/nuc-server/default.nix b/nixos/hosts/nuc-server/default.nix index 671cc4d6..9a23447f 100644 --- a/nixos/hosts/nuc-server/default.nix +++ b/nixos/hosts/nuc-server/default.nix @@ -10,7 +10,6 @@ in { ../../common/modules/secureboot.nix ../../common/modules/ssh-luks.nix ../../common/services/docker.nix - ../../common/services/ollama.nix ../../common/services/forgejo-runner.nix ./disks.nix ./mounts.nix