1
0
Fork 0

tanker: disable headscale

This commit is contained in:
Daniel Kempkens 2024-08-04 01:26:47 +02:00
parent 78ed12e7a6
commit 2a85359f92
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 11 additions and 13 deletions

View file

@ -37,17 +37,17 @@
file = ./forgejo-actions/token.age;
};
headscale-database-password = {
file = ./headscale/dbPassword.age;
owner = "headscale";
group = "headscale";
};
headscale-acls = {
file = ./headscale/acls.age;
owner = "headscale";
group = "headscale";
};
# headscale-database-password = {
# file = ./headscale/dbPassword.age;
# owner = "headscale";
# group = "headscale";
# };
#
# headscale-acls = {
# file = ./headscale/acls.age;
# owner = "headscale";
# group = "headscale";
# };
linkding-environment = {
file = ./linkding/environment.age;

View file

@ -36,8 +36,6 @@ in
../nixos/forgejo.nix
(import ../nixos/forgejo-runner.nix (args // { inherit secret; name = "tanker"; tag = "ubuntu-latest-amd64"; nixTag = "amd64"; }))
../nixos/headscale.nix
(import ../nixos/home-proxy.nix (args // { inherit secret; }))
../nixos/invidious.nix