add agenix + singbox in it

This commit is contained in:
Your Name 2024-02-28 23:50:28 +03:00
parent 060c7ecff8
commit 982f96cd1e
2 changed files with 2 additions and 1 deletions

View file

@ -35,6 +35,7 @@
./hosts/generic.nix ./hosts/generic.nix
./hosts/dlaptop/configuration.nix ./hosts/dlaptop/configuration.nix
./hosts/dlaptop/hardware-configuration.nix ./hosts/dlaptop/hardware-configuration.nix
./hosts/dlaptop/age.nix
home-manager-unstable.nixosModules.home-manager home-manager-unstable.nixosModules.home-manager
agenix.nixosModules.default agenix.nixosModules.default
{ {

View file

@ -2,7 +2,7 @@
{ {
age.secrets = { 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" ]; age.identityPaths = [ "/home/delta/.ssh/id_ed25519" ];