From 77f4ff056d5521289159308c95cef2c2d6119b57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Sat, 20 Sep 2025 15:49:04 -0600 Subject: [PATCH] fix(openssh): enable lol --- hosts/deertopia/configuration.nix | 1 + hosts/sydpc/configuration.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/deertopia/configuration.nix b/hosts/deertopia/configuration.nix index b1577ac..8ce69b3 100644 --- a/hosts/deertopia/configuration.nix +++ b/hosts/deertopia/configuration.nix @@ -10,6 +10,7 @@ filesystemType = "btrfs"; stylix.enable = true; + openssh.enable = true; users.users = [ "lain" diff --git a/hosts/sydpc/configuration.nix b/hosts/sydpc/configuration.nix index b60106c..c02dd11 100644 --- a/hosts/sydpc/configuration.nix +++ b/hosts/sydpc/configuration.nix @@ -22,6 +22,7 @@ qemu.enable = true; flatpak.enable = true; sddm.enable = true; + openssh.enable = true; steam = { enable = true;