mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
add agenix + singbox in it
This commit is contained in:
parent
060c7ecff8
commit
982f96cd1e
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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" ];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue