update
This commit is contained in:
parent
7b32e61827
commit
fe50bea50e
4 changed files with 15 additions and 8 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue