Remvoe root
This commit is contained in:
parent
17e8380f7e
commit
ddb97bec9f
3 changed files with 0 additions and 3 deletions
|
@ -21,7 +21,6 @@
|
||||||
./common/modules/nixos.nix # NixOS related items
|
./common/modules/nixos.nix # NixOS related items
|
||||||
./common/modules/remote-builders.nix # Add remote builders
|
./common/modules/remote-builders.nix # Add remote builders
|
||||||
|
|
||||||
./users/root
|
|
||||||
./users/${username}
|
./users/${username}
|
||||||
./hosts/${hostname}
|
./hosts/${hostname}
|
||||||
] ++ lib.optional (builtins.isString desktop) ./common/desktops/${desktop};
|
] ++ lib.optional (builtins.isString desktop) ./common/desktops/${desktop};
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
./common/modules/nixos.nix # NixOS related items
|
./common/modules/nixos.nix # NixOS related items
|
||||||
./common/modules/remote-builders.nix # Add remote builders
|
./common/modules/remote-builders.nix # Add remote builders
|
||||||
|
|
||||||
./users/root
|
|
||||||
./users/${username}
|
./users/${username}
|
||||||
./hosts/${hostname}
|
./hosts/${hostname}
|
||||||
] ++ lib.optional (builtins.isString desktop) ./common/desktops/${desktop};
|
] ++ lib.optional (builtins.isString desktop) ./common/desktops/${desktop};
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
./common/modules/nixos.nix # Common NixOS Configurations
|
./common/modules/nixos.nix # Common NixOS Configurations
|
||||||
./common/modules/remote-builders.nix # Add remote builders
|
./common/modules/remote-builders.nix # Add remote builders
|
||||||
|
|
||||||
./users/root
|
|
||||||
./users/${username}
|
./users/${username}
|
||||||
./hosts/${hostname}
|
./hosts/${hostname}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue