summaryrefslogtreecommitdiff
path: root/hosts/ades/users.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/ades/users.nix')
-rw-r--r--hosts/ades/users.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/hosts/ades/users.nix b/hosts/ades/users.nix
deleted file mode 100644
index f7f1cfc..0000000
--- a/hosts/ades/users.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ lib, pkgs, ... }:
-
-{
- this.users.enabled = [
- "simon"
- ];
-}