From b3e77937597013e6d18876c7dd050cbc1ea4a0e8 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Thu, 25 Nov 2021 12:47:13 +0100 Subject: [PATCH] no git role --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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";