diff --git a/flake.nix b/flake.nix index e6da38c..79feadd 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,10 @@ nixosConfigurations = { architect = host.mkHost { name = "architect"; - users = [{ user = "giulio"; }]; + users = [{ + user = "giulio"; + roles = [ ]; + }]; }; gAluminum = host.mkHost { name = "gAluminum";