diff options
| author | Collin Williams <1234@mail.com> | 2025-07-08 00:50:21 +0000 |
|---|---|---|
| committer | Collin Williams <1234@mail.com> | 2025-07-08 00:50:21 +0000 |
| commit | ccfe06ffcf61daef56cfe0e5d3488dcb5df00bc8 (patch) | |
| tree | e029a6077cdc09c86ee2be2fd75e7c995e0e8099 /hosts/mercury/system.nix | |
| parent | a97c5e2ae338177418de6691dbf1c4e3dd06a7cd (diff) | |
no more dhall
Diffstat (limited to 'hosts/mercury/system.nix')
| -rw-r--r-- | hosts/mercury/system.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/mercury/system.nix b/hosts/mercury/system.nix index b6a2a6b..d46a674 100644 --- a/hosts/mercury/system.nix +++ b/hosts/mercury/system.nix @@ -21,7 +21,9 @@ }; networking.firewall.allowedUDPPorts = [445]; + networking.firewall.allowedTCPPorts = [8000]; users.users.collin.packages = [pkgs.cifs-utils]; + fonts.fontDir.enable = true; system.stateVersion = "25.05"; } |
