aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/richese
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-07-16 09:09:28 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-07-16 09:09:28 -0700
commitc5a88e2e87cb799dd4b49cc7d4a1e6fade4269fa (patch)
tree44959ee4ae9b74dc2d919bc355c187311a5cb071 /hosts/richese
parent04a5481eae0379165dcfc4b6ca70ef66d1d33d62 (diff)
downloadnix-c5a88e2e87cb799dd4b49cc7d4a1e6fade4269fa.tar
nix-c5a88e2e87cb799dd4b49cc7d4a1e6fade4269fa.tar.gz
nix-c5a88e2e87cb799dd4b49cc7d4a1e6fade4269fa.tar.bz2
nix-c5a88e2e87cb799dd4b49cc7d4a1e6fade4269fa.tar.lz
nix-c5a88e2e87cb799dd4b49cc7d4a1e6fade4269fa.tar.xz
nix-c5a88e2e87cb799dd4b49cc7d4a1e6fade4269fa.tar.zst
nix-c5a88e2e87cb799dd4b49cc7d4a1e6fade4269fa.zip
Flip logic for default enabled SSH service
Diffstat (limited to 'hosts/richese')
-rw-r--r--hosts/richese/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix
index 4de8d3f..eb4a22d 100644
--- a/hosts/richese/default.nix
+++ b/hosts/richese/default.nix
@@ -33,6 +33,7 @@
nftables.enable = true;
};
+ services.openssh.openFirewall = false;
services.xserver.videoDrivers = lib.mkForce [ "vmware" "virtualbox" "modesetting" ];
system.stateVersion = "23.11";