diff --git a/home-manager/apps.nix b/home-manager/apps.nix index 56b3aa9..dd7857b 100644 --- a/home-manager/apps.nix +++ b/home-manager/apps.nix @@ -53,6 +53,7 @@ python311Packages.threadpoolctl qbittorrent retext + solaar spotify whatsapp-for-linux zsh diff --git a/machines/luna/configuration.nix b/machines/luna/configuration.nix index 0029c23..b83097e 100644 --- a/machines/luna/configuration.nix +++ b/machines/luna/configuration.nix @@ -65,7 +65,10 @@ initialPassword = "1234"; isNormalUser = true; openssh.authorizedKeys.keys = []; - extraGroups = ["wheel"]; + extraGroups = [ + "wheel" + "networkmanager" + ]; }; }; diff --git a/machines/terra/configuration.nix b/machines/terra/configuration.nix index 4998652..11b65f8 100644 --- a/machines/terra/configuration.nix +++ b/machines/terra/configuration.nix @@ -94,7 +94,10 @@ initialPassword = "1234"; isNormalUser = true; openssh.authorizedKeys.keys = []; - extraGroups = ["wheel"]; + extraGroups = [ + "wheel" + "networkmanager" + ]; }; };