1
1
Fork 1
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:
oddlama 2023-06-25 22:56:53 +02:00
parent 1aa2a8d8b7
commit 5bc7fa310b
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -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