From 58d809d860d1ed9a78a2d2e23233131ce54c5346 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:41:28 +0200 Subject: [PATCH] update --- hosts/server/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index bc93686..4c2ff42 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -35,6 +35,8 @@ networking.networkmanager.enable = true; + home-manager.users."${config.var.username}" = import ./home.nix; + users.users.${config.var.username} = { openssh.authorizedKeys.keys = [ config.var.sshPublicKey ]; };