add modules

Former-commit-id: d199f35824
This commit is contained in:
Hadi
2025-03-19 13:55:03 +01:00
parent fa76704fb5
commit 29ff0aa3dd
5 changed files with 54 additions and 0 deletions

View File

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

View File

@@ -13,6 +13,7 @@
path = "/home/hadi/.ssh/jack";
mode = "0600";
};
cloudflare-dns-token = { path = "/etc/cloudflare/dnskey.txt"; };
};
};
}