diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-09-25 18:39:49 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-09-25 18:39:49 +0200 |
| commit | 0a389da154f6e4901b60c86f39e883cb9cf05a11 (patch) | |
| tree | 65642476697942c629ebf6456e744bb2389c307f /hosts/apocalypse/default.nix | |
| parent | ff442b6e9e6011874b52d3a86422a6e72a0a62f9 (diff) | |
Whatever
Diffstat (limited to 'hosts/apocalypse/default.nix')
| -rw-r--r-- | hosts/apocalypse/default.nix | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/hosts/apocalypse/default.nix b/hosts/apocalypse/default.nix index 8993dc2..c20c609 100644 --- a/hosts/apocalypse/default.nix +++ b/hosts/apocalypse/default.nix @@ -1,4 +1,4 @@ - {lib, ...}: + {lib, pkgs, ...}: { imports = [ ./hardware-configuration.nix @@ -94,6 +94,13 @@ PrintMotd = true; }; }; + + # Winbox setup. + programs.winbox = { + enable = true; + openFirewall = true; + package = pkgs.winbox; + }; } |
