heuuu plein de trucs en vrais
/ perform flake analysis (push) Failing after 3h7m58s
/ build hive configuration (push) Failing after 12m57s

This commit is contained in:
2026-06-22 11:53:37 +02:00
parent 8c726db73a
commit f5e3ef7c5b
17 changed files with 502 additions and 192 deletions
+14 -4
View File
@@ -17,10 +17,11 @@ in
imports = [
./nginx.nix
# ./cybercoffee
./ollama.nix
./minecraft.nix
# ./ollama.nix
# ./minecraft.nix
./secrets
./authelia.nix
./glances.nix
];
# Use the systemd-boot EFI boot loader.
@@ -39,6 +40,7 @@ in
firewall = {
allowedTCPPorts = [
nodes.sin.config.services.gitea.settings.server.SSH_PORT
993 # mail port
]
++ [
# minecraft ad hoc server ports
@@ -57,6 +59,16 @@ in
proto = "tcp";
destination = "${sin-address}:22";
}
{
sourcePort = 993;
proto = "tcp";
destination = "${sin-address}:993";
}
{
sourcePort = 8086;
proto = "tcp";
destination = "${sin-address}:8086";
}
];
};
};
@@ -87,13 +99,11 @@ in
};
environment.systemPackages = with pkgs; [
lunarvim
wget
httpie
tmux
git
helix
python312
# lemonade
];