diff options
Diffstat (limited to 'modules/common/users')
| -rw-r--r-- | modules/common/users/default.nix | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/modules/common/users/default.nix b/modules/common/users/default.nix deleted file mode 100644 index 460fb8a..0000000 --- a/modules/common/users/default.nix +++ /dev/null @@ -1,28 +0,0 @@ -{ config, pkgs, ... }: - -# User configuration -{ - users = { - defaultUserShell = pkgs.zsh; - - users.aethrvmn = { - isNormalUser = true; - extraGroups = [ - "audio" - "networkmanager" - "video" - "wheel" - ]; - password = "gg"; - - openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF3R0qrWQ9omz87lt4YRCdI+QV55KxMqxU+Vz1mUM4ye me@aethrvmn.gr" - ]; - }; - }; - - programs = { - zsh.enable = true; - fish.enable = true; - }; -} |
