mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: disable autoSubUidGidRange for determinism
This commit is contained in:
parent
1aa2a8d8b7
commit
5bc7fa310b
1 changed files with 2 additions and 1 deletions
|
@ -17,13 +17,14 @@ in {
|
|||
["wheel" "input" "video"]
|
||||
++ lib.optionals config.sound.enable ["audio"];
|
||||
isNormalUser = true;
|
||||
autoSubUidGidRange = false;
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
home-manager.users.${myuser} = {
|
||||
imports = [
|
||||
#impermanence.home-manager.impermanence
|
||||
../common/core
|
||||
../common
|
||||
./dev.nix
|
||||
./gpg.nix
|
||||
./ssh.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue