{common,dosei/home}: set uid to 1000

This commit is contained in:
2025-04-02 12:49:33 +02:00
parent 9616b3ffeb
commit c941b24880
2 changed files with 2 additions and 1 deletions

View File

@@ -223,7 +223,7 @@
dosei = nixSys "dosei" {
modules = [
{
home-manager.users.h7x4.home.uid = 1001;
home-manager.users.h7x4.home.uid = 1000;
}
nixos-hardware.nixosModules.common-pc

View File

@@ -107,6 +107,7 @@ in {
users.h7x4 = {
isNormalUser = true;
shell = pkgs.zsh;
uid = 1000;
extraGroups = [
"audio"