aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/ginaz
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/ginaz
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/ginaz')
-rw-r--r--hosts/ginaz/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix
index 67fd037..3812f41 100644
--- a/hosts/ginaz/default.nix
+++ b/hosts/ginaz/default.nix
@@ -43,11 +43,7 @@
nftables.enable = true;
};
- services.openssh = {
- openFirewall = true;
- settings.X11Forwarding = true;
- };
-
+ services.openssh.settings.X11Forwarding = true;
services.xserver.videoDrivers = [ "amdgpu" ];
sops = {