Former-commit-id: d2d113fab5
This commit is contained in:
Hadi
2025-03-19 15:46:23 +01:00
parent 9151dc75d8
commit e5f2161604
5 changed files with 83 additions and 28 deletions

View File

@@ -9,9 +9,10 @@
../../nixos/tailscale.nix
../../server-modules/ssh.nix
# ../../server-modules/bitwarden.nix
../../server-modules/bitwarden.nix
../../server-modules/firewall.nix
../../server-modules/nginx.nix
../../server-modules/nextcloud.nix
# You should let those lines as is
./hardware-configuration.nix

View File

@@ -13,7 +13,8 @@
path = "/home/hadi/.ssh/github";
mode = "0600";
};
# cloudflare-dns-token = { path = "/etc/cloudflare/dnskey.txt"; };
cloudflare-dns-token = { path = "/etc/cloudflare/dnskey.txt"; };
nextcloud-pwd = { path = "/etc/nextcloud/pwd.txt"; };
};
};
}