Set shell on a per user basis

This commit is contained in:
SebastianStork 2024-08-16 19:56:45 +02:00
parent b8cc3bb342
commit a2e357f853
2 changed files with 3 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ config, pkgs, ... }:
{
sops.secrets.seb-password.neededForUsers = true;
@ -6,6 +6,7 @@
isNormalUser = true;
description = "Sebastian Stork";
hashedPasswordFile = config.sops.secrets.seb-password.path;
shell = pkgs.zsh;
extraGroups = [
"wheel"
"libvirtd"