diff options
Diffstat (limited to 'hosts/ades/common.nix')
-rw-r--r-- | hosts/ades/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/ades/common.nix b/hosts/ades/common.nix index 3f6dc85..38387bf 100644 --- a/hosts/ades/common.nix +++ b/hosts/ades/common.nix @@ -3,6 +3,7 @@ { imports = [ ./hardware.nix + ./users.nix ]; this.pc.enable = true; |