diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-30 21:59:43 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-30 21:59:43 +0000 |
| commit | 893ea11e1dc05fe1a2a34e66d4ebcfdffda34720 (patch) | |
| tree | ef454e299f49cbb58e1b9fbafd0b759b4379ac2a /modules/common/users/default.nix | |
| parent | added .lock to ignorelist (diff) | |
huge restructure of modules
Diffstat (limited to 'modules/common/users/default.nix')
| -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; - }; -} |
