From ddb97bec9f5d17bbc32770d918c86cd2a7061fbd Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 13 Dec 2023 13:09:21 +0900 Subject: [PATCH] Remvoe root --- nixos/default.nix | 1 - nixos/minimal.nix | 1 - nixos/small.nix | 1 - 3 files changed, 3 deletions(-) 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} ];