diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-14 15:01:30 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-14 15:01:30 -0500 |
commit | 4e970f7cc35d2747af0baa6fca9df5abc18bee43 (patch) | |
tree | 4d1b5b1550d487c246cc90e7b0b735989958f6b5 /hosts/bean/users.nix | |
parent | fdd799bf06c5d40cb8a3e8292ee76bff265765f9 (diff) | |
download | nixos-config-4e970f7cc35d2747af0baa6fca9df5abc18bee43.tar.gz nixos-config-4e970f7cc35d2747af0baa6fca9df5abc18bee43.zip |
hosts: Rename ades/* to bean/*
Diffstat (limited to 'hosts/bean/users.nix')
-rw-r--r-- | hosts/bean/users.nix | 7 |
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" + ]; +} |