diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-09 17:35:24 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-09 17:35:24 -0800 |
commit | 51fa826913c38e00acb69dbcb0177bed717f5a02 (patch) | |
tree | 6235b75875b7cd42701f45744e2d0208df70877e | |
parent | users: move users configuration to systems (diff) | |
download | world-51fa826913c38e00acb69dbcb0177bed717f5a02.tar.gz |
hosts: remove users
-rw-r--r-- | hosts/carmel/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/carmel/configuration.nix b/hosts/carmel/configuration.nix index 52680d7..4957ea8 100644 --- a/hosts/carmel/configuration.nix +++ b/hosts/carmel/configuration.nix @@ -4,7 +4,6 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - ../../users/fcuny ../../modules/systems ../../modules/desktop ]; |