This commit is contained in:
Hadi
2025-03-19 14:00:09 +01:00
parent d199f35824
commit 7db62269d4
2 changed files with 3 additions and 3 deletions

View File

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

View File

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