too lazy to think of a message, so enjoy this pointless text. Good luck future me...
Some checks failed
Test action / Print hello world (push) Has been cancelled

This commit is contained in:
Chris Kruining 2025-09-22 14:38:15 +00:00
parent ff31c28d38
commit 5fba71dae4

View file

@ -123,6 +123,7 @@ in
mode = "0700";
};
};
};
users = {
users = mkIf (cfg.user == "amarth") {
@ -133,7 +134,6 @@ in
amarth = {};
};
};
};
networking.firewall.allowedTCPPorts = mkIf cfg.openFirewall [ cfg.settings.port ];
};