Exclude rpi-netboot with graphical gnome from nox

This commit is contained in:
Sandro - 2022-12-21 23:47:42 +01:00
parent 74db313d04
commit 0e6ffa51fa
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ in
sops.age.sshKeyPaths = lib.mkDefault [ "/etc/ssh/ssh_host_ed25519_key" ];
environment = {
noXlibs = (!lib.any (host: host == config.networking.hostName) [ "dacbert" "glotzbert" ]);
noXlibs = (!lib.any (host: host == config.networking.hostName) [ "dacbert" "glotzbert" "rpi-netboot" ]);
systemPackages = with pkgs; [
bmon
curl