fix: fix simon and patrick laptop shit

This commit is contained in:
Patrick Großmann 2023-11-07 10:54:31 +01:00
parent 3c6d0c7fb8
commit bee158875f
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
4 changed files with 3 additions and 1 deletions

View file

@ -14,6 +14,7 @@
nixseparatedebuginfod = uidGid 205;
wireshark = uidGid 206;
polkituser = uidGid 207;
msr = uidGid 208;
systemd-oom = uidGid 300;
systemd-coredump = uidGid 301;
};

View file

@ -5,6 +5,7 @@
./shells/pager.nix
./programs/gpg.nix
./programs/nvim
];
programs.bat.enable = true;

View file

@ -52,7 +52,6 @@ lib.optionalAttrs (!minimal) {
../common/programs/direnv.nix
../common/programs/htop.nix
../common/programs/nvim
../common/programs/git.nix
../common/programs/bottles.nix
../common/programs/gdb.nix

View file

@ -19,6 +19,7 @@ lib.optionalAttrs (!minimal) {
];
group = "simon";
hashedPassword = config.secrets.secrets.global.users.simon.passwordHash;
autoSubUidGidRange = false;
};
users.groups.simon.gid = config.users.users.simon.uid;
programs.dconf.enable = true;