hm cleanup
This commit is contained in:
parent
4eedb65822
commit
5d7ab7c414
18 changed files with 534 additions and 328 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{lib, pkgs, config, ...}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./backups.nix
|
||||
];
|
||||
sops = {
|
||||
defaultSopsFile = ../../secrets/cf-acme.yaml;
|
||||
secrets = {
|
||||
"env" = {};
|
||||
"env" = { sopsFile = ../../secrets/cf-acme.yaml; };
|
||||
};
|
||||
};
|
||||
documentation = {
|
||||
|
|
@ -91,11 +91,11 @@
|
|||
2022
|
||||
6443
|
||||
25565
|
||||
30001
|
||||
9001
|
||||
30303
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
30001
|
||||
9001
|
||||
30303
|
||||
];
|
||||
logRefusedConnections = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue