From 4b3f43e402a696758973ec8482ad10c7157b55b5 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:32:46 +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 d9163a6..bc93686 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -33,6 +33,8 @@ virtualisation.docker.enable = true; + networking.networkmanager.enable = true; + users.users.${config.var.username} = { openssh.authorizedKeys.keys = [ config.var.sshPublicKey ]; };