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