From c941b24880fbee0f361aaa0d2b846faee13258b1 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 2 Apr 2025 12:49:33 +0200 Subject: [PATCH] {common,dosei/home}: set uid to 1000 --- flake.nix | 2 +- hosts/common/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3862157..a61d211 100644 --- a/flake.nix +++ b/flake.nix @@ -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 diff --git a/hosts/common/default.nix b/hosts/common/default.nix index b5f67aa..875e3f2 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -107,6 +107,7 @@ in { users.h7x4 = { isNormalUser = true; shell = pkgs.zsh; + uid = 1000; extraGroups = [ "audio"