made user willifan linger

This commit is contained in:
willifan 2025-01-16 17:47:46 +01:00
parent 55e1609a6f
commit af21893598

View file

@ -2,6 +2,7 @@
{ {
users.users.willifan = { users.users.willifan = {
isNormalUser = true; isNormalUser = true;
linger = true;
description = "willifan"; description = "willifan";
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" ];
shell = pkgs.bash; shell = pkgs.bash;