aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/darkstar/default.nix
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/darkstar/default.nix
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/darkstar/default.nix')
-rw-r--r--hosts/darkstar/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/darkstar/default.nix b/hosts/darkstar/default.nix
index 0e4541d..b9b4e39 100644
--- a/hosts/darkstar/default.nix
+++ b/hosts/darkstar/default.nix
@@ -79,8 +79,6 @@
#};
};
- services.openssh.openFirewall = true;
-
sops = {
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
defaultSopsFile = ../secrets/darkstar.yaml;