diff --git a/nixos/default.nix b/nixos/default.nix index d020fc7e..250574d0 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -21,7 +21,6 @@ ./common/modules/nixos.nix # NixOS related items ./common/modules/remote-builders.nix # Add remote builders - ./users/root ./users/${username} ./hosts/${hostname} ] ++ lib.optional (builtins.isString desktop) ./common/desktops/${desktop}; diff --git a/nixos/minimal.nix b/nixos/minimal.nix index a1dbd0cd..c02bca62 100644 --- a/nixos/minimal.nix +++ b/nixos/minimal.nix @@ -9,7 +9,6 @@ ./common/modules/nixos.nix # NixOS related items ./common/modules/remote-builders.nix # Add remote builders - ./users/root ./users/${username} ./hosts/${hostname} ] ++ lib.optional (builtins.isString desktop) ./common/desktops/${desktop}; diff --git a/nixos/small.nix b/nixos/small.nix index 08aac84f..ba76b00e 100644 --- a/nixos/small.nix +++ b/nixos/small.nix @@ -15,7 +15,6 @@ ./common/modules/nixos.nix # Common NixOS Configurations ./common/modules/remote-builders.nix # Add remote builders - ./users/root ./users/${username} ./hosts/${hostname} ];