aboutsummaryrefslogtreecommitdiff
path: root/hosts/ganymede/config.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-19 12:09:12 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-20 09:43:31 -0500
commit80571337a8a21822449d1ca222677b3a6242ece4 (patch)
tree1017e0f601280340f7bc7ec854dfb27bb25ae094 /hosts/ganymede/config.nix
parent57115992c740e72fe4767f1b9b5e5d2921e884ef (diff)
just deploy as root (we're using safe ssh keys anyway)
Diffstat (limited to 'hosts/ganymede/config.nix')
-rw-r--r--hosts/ganymede/config.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix
index bd990e8..6fe1e3e 100644
--- a/hosts/ganymede/config.nix
+++ b/hosts/ganymede/config.nix
@@ -64,6 +64,7 @@
{
port = 22;
listenAddr = "0.0.0.0";
+ rootLogin = true;
}
];
};