diff --git a/nixos/desktop/default.nix b/nixos/desktop/default.nix index e9b7baa..a525c4b 100644 --- a/nixos/desktop/default.nix +++ b/nixos/desktop/default.nix @@ -168,9 +168,6 @@ dockerCompat = true; }; - sops.defaultSopsFile = ./secrets/sops.yaml; - sops.age.keyFile = ../../../../../../var/secrets/keys.txt; - sops.secrets."lillian-password".neededForUsers = true; users.users.lillian = { diff --git a/nixos/hosts/EDI/configuration.nix b/nixos/hosts/EDI/configuration.nix index 40e4f31..4aa7608 100644 --- a/nixos/hosts/EDI/configuration.nix +++ b/nixos/hosts/EDI/configuration.nix @@ -30,6 +30,9 @@ ./hardware-configuration.nix ]; + sops.defaultSopsFile = ./secrets/sops.yaml; + sops.age.keyFile = ../../../../../../var/secrets/keys.txt; + home-manager = { extraSpecialArgs = {inherit inputs outputs;}; users = { diff --git a/nixos/hosts/GLaDOS/configuration.nix b/nixos/hosts/GLaDOS/configuration.nix index 10ec478..3be7c60 100644 --- a/nixos/hosts/GLaDOS/configuration.nix +++ b/nixos/hosts/GLaDOS/configuration.nix @@ -30,6 +30,9 @@ ./hardware-configuration.nix ]; + sops.defaultSopsFile = ./secrets/sops.yaml; + sops.age.keyFile = ../../../../../../var/secrets/keys.txt; + environment.systemPackages = with pkgs; [ ];