diff --git a/flake.nix b/flake.nix index c48e556..8b4cff8 100644 --- a/flake.nix +++ b/flake.nix @@ -35,6 +35,7 @@ ./hosts/generic.nix ./hosts/dlaptop/configuration.nix ./hosts/dlaptop/hardware-configuration.nix + ./hosts/dlaptop/age.nix home-manager-unstable.nixosModules.home-manager agenix.nixosModules.default { diff --git a/hosts/dlaptop/age.nix b/hosts/dlaptop/age.nix index 8227bd3..26ac4ed 100644 --- a/hosts/dlaptop/age.nix +++ b/hosts/dlaptop/age.nix @@ -2,7 +2,7 @@ { age.secrets = { - socks_v2ray_sweden = { file = ../../secrets/singboxaus.age; owner = "socks"; group = "socks"; }; + singboxaus = { file = ../../secrets/singboxaus.age; owner = "socks"; group = "socks"; }; }; age.identityPaths = [ "/home/delta/.ssh/id_ed25519" ];