configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: uid thing

i dont know why this is causing issues now and this is very hacky but it fixed it

+3
+3
modules/users/devin.nix
··· 16 16 // lib.optionalAttrs (!pkgs.stdenv.isDarwin) { 17 17 isNormalUser = true; 18 18 extraGroups = ["networkmanager" "wheel"]; 19 + } 20 + // lib.optionalAttrs pkgs.stdenv.isDarwin { 21 + uid = 501; 19 22 }; 20 23 21 24 home-manager.users.devin = {pkgs, ...}: {