diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-06 23:40:02 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-07 09:59:54 +0100 |
commit | e3c68d04828856b8ddba3d91cdb0863f5a7ae79a (patch) | |
tree | d1e8a60e546433c297c65ef4cbd66a4b97828352 /configuration/core | |
parent | fae1e278a82d74f54c54ffe852ca8b2c5e707c00 (diff) |
blaosdb
Diffstat (limited to 'configuration/core')
-rw-r--r-- | configuration/core/services.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configuration/core/services.nix b/configuration/core/services.nix index 9997d71..15da1f4 100644 --- a/configuration/core/services.nix +++ b/configuration/core/services.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs, lib, ... }: { services = { pipewire = { @@ -28,7 +28,7 @@ gnome.gnome-keyring.enable = true; openssh = { enable = true; - openFirewall = false; + openFirewall = lib.mkDefault false; settings.AllowUsers = [ "jras" ]; }; }; |