diff options
| author | Fuwn <[email protected]> | 2024-08-29 20:54:34 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-29 20:54:34 -0700 |
| commit | 6ddc25d4e189c30431703f602653b8bae861e4af (patch) | |
| tree | 979cc4d790c3ce8895471d008d61c3e9645acec4 /modules/users/default.nix | |
| parent | firewall (diff) | |
| download | nixos-config-6ddc25d4e189c30431703f602653b8bae861e4af.tar.xz nixos-config-6ddc25d4e189c30431703f602653b8bae861e4af.zip | |
some stuff
Diffstat (limited to 'modules/users/default.nix')
| -rw-r--r-- | modules/users/default.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/users/default.nix b/modules/users/default.nix deleted file mode 100644 index fed20c3..0000000 --- a/modules/users/default.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ pkgs, ... }: -{ - users.users.ebisu = { - isNormalUser = true; - initialPassword = "123456"; - shell = pkgs.fish; - - extraGroups = [ - "networkmanager" - "wheel" - "input" - "docker" - "kvm" - "libvirtd" - ]; - }; -} |