This commit is contained in:
Clara Dautermann 2025-03-15 17:55:44 +01:00
parent 7b32e61827
commit fe50bea50e
4 changed files with 15 additions and 8 deletions

View file

@ -122,7 +122,7 @@
isNormalUser = true;
description = "clara";
initialPassword = "123456";
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "docker" ];
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "docker" "adbusers kvm" ];
shell = pkgs.zsh;
};
@ -321,6 +321,11 @@
'';
};
# Fix for CVE-2022-27470 keeping package from building
nixpkgs.config.permittedInsecurePackages = [
"SDL_ttf-2.0.11"
];
# backlight
programs.light.enable = true;