From e7f2c03502fa749eda401da8e74beaee26e81e21 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 Former-commit-id: 58d809d860d1ed9a78a2d2e23233131ce54c5346 --- hosts/server/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index bc936863..4c2ff423 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 ]; };