From 66d2c7219574464a78d2f6c6335637cc91964ea2 Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Mon, 20 Jul 2026 22:33:39 +0200 Subject: feat(adam): setup openssh server via key access --- modules/hosts/adam/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/hosts/adam/configuration.nix') diff --git a/modules/hosts/adam/configuration.nix b/modules/hosts/adam/configuration.nix index 24a47ee..4e43d54 100644 --- a/modules/hosts/adam/configuration.nix +++ b/modules/hosts/adam/configuration.nix @@ -2,6 +2,7 @@ flake.modules.nixos.adam = { pkgs, + config, inputs, ... }: @@ -43,6 +44,7 @@ "networkmanager" "video" "input" + "fuse" ]; }; -- cgit v1.3.1