aboutsummaryrefslogtreecommitdiff
path: root/modules/common/users
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common/users')
-rw-r--r--modules/common/users/default.nix20
1 files changed, 20 insertions, 0 deletions
diff --git a/modules/common/users/default.nix b/modules/common/users/default.nix
new file mode 100644
index 0000000..6f086c7
--- /dev/null
+++ b/modules/common/users/default.nix
@@ -0,0 +1,20 @@
+{ config, pkgs, ... }:
+
+# User configuration
+{
+ users = {
+ defaultUserShell = pkgs.zsh;
+
+ users.aethrvmn = {
+ isNormalUser = true;
+ extraGroups = [ "networkmanager" "video" "wheel" ];
+ password = "gg";
+
+ openssh.authorizedKeys.keys = [
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFTRmMBlTFJbOWQBLI9XS2HMdUSlsAcaQ6vWjLpfweEo aethrvmn@apotheke.earth"
+ ];
+ };
+ };
+
+ programs.zsh.enable = true;
+}
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.