Former-commit-id: 7db62269d4
This commit is contained in:
Hadi
2025-03-19 14:00:09 +01:00
parent 29ff0aa3dd
commit 84026e498e
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
../../nixos/tailscale.nix ../../nixos/tailscale.nix
../../server-modules/ssh.nix ../../server-modules/ssh.nix
../../server-modules/bitwarden.nix # ../../server-modules/bitwarden.nix
../../server-modules/firewall.nix ../../server-modules/firewall.nix
../../server-modules/nginx.nix ../../server-modules/nginx.nix

View File

@@ -10,10 +10,10 @@
}; };
github-key = { github-key = {
owner = "hadi"; owner = "hadi";
path = "/home/hadi/.ssh/jack"; path = "/home/hadi/.ssh/github";
mode = "0600"; mode = "0600";
}; };
cloudflare-dns-token = { path = "/etc/cloudflare/dnskey.txt"; }; # cloudflare-dns-token = { path = "/etc/cloudflare/dnskey.txt"; };
}; };
}; };
} }