diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-14 16:40:48 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-14 16:40:48 +0530 |
| commit | 42df69164dbc74e5ddb54f5a7a01fd66260fef57 (patch) | |
| tree | bc8b19c39df9edf16ca6827005b3d5e1ef564764 /modules/users.nix | |
| parent | 58519ea7b12e8ad58c0f97d9636d30572a789b41 (diff) | |
| download | homeserver-nixos-config-42df69164dbc74e5ddb54f5a7a01fd66260fef57.tar.gz homeserver-nixos-config-42df69164dbc74e5ddb54f5a7a01fd66260fef57.zip | |
Switch to coredns + refactor dns hosts mapping into service + more refactor
Diffstat (limited to 'modules/users.nix')
| -rw-r--r-- | modules/users.nix | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/modules/users.nix b/modules/users.nix deleted file mode 100644 index 223a2f8..0000000 --- a/modules/users.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ pkgs, lib, ... }: -let - settings = import ../settings.nix { inherit lib; }; -in -{ - users.users.root.password = settings.passwords.root; - - users.users.bacchus = { - isNormalUser = true; - shell = pkgs.bash; - extraGroups = [ - "wheel" - "input" - "networkmanager" - "git" - "docker" - "transmission" - "multimedia" - ]; - }; -} |
