diff --git a/flake.nix b/flake.nix index 5eda88f..d46ce6c 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,7 @@ nixosConfigurations = { architect = host.mkHost { name = "architect"; users = [ { user = "giulio"; roles = []; } ]; }; gAluminum = host.mkHost { name = "gAluminum"; users = [ { user = "giulio"; roles = [ "desktop" "ssh" "git" ]; } ]; roles = [ "gnome" ]; }; - proxy = host.mkHost { name = "proxy"; }; + proxy = host.mkHost { name = "proxy"; users = []; }; }; }; } diff --git a/roles/home/common.nix b/roles/home/common.nix index fe1b6a2..597fcee 100644 --- a/roles/home/common.nix +++ b/roles/home/common.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { - imports = [ ./zsh.nix ]; + imports = [ ./zsh.nix ./git.nix ]; home = { stateVersion = "21.05";