fixed caddy container and added acme

This commit is contained in:
2025-04-26 11:49:14 +02:00
parent fcc9fe0773
commit 8dbddaf62d
4 changed files with 31 additions and 7 deletions

View File

@@ -56,8 +56,12 @@
networking.firewall = {
enable = true;
allowedTCPPorts = [ 80 443 53 ];
allowedUDPPorts = [ 80 443 53 ];
allowedTCPPorts = [ 1080 1443 1053 ];
allowedUDPPorts = [ 1080 1443 1053 ];
};
networking.hosts = {
"127.0.0.1" = [ "tbmrs.nl" ];
};
users.users.deploy = {

View File

@@ -23,7 +23,7 @@
applications.ssh.enable = true;
applications.thunderbird.enable = false;
applications.yazi.enable = true;
applications.zellij.enable = false;
applications.zellij.enable = true;
services.nextcloud-sync.enable = false;
services.podman.enable = true;
@@ -42,6 +42,8 @@
};
home.packages = with pkgs; [
unstable.helix
lazygit
];
# Enable home-manager