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