whitelist for nonfree packages

This commit is contained in:
Vinzenz Schroeter 2023-10-02 18:14:05 +02:00
parent 61419b3559
commit 80b5a14c5e
3 changed files with 29 additions and 3 deletions

View file

@ -42,5 +42,11 @@ in {
dedicatedServer.openFirewall = true;
};
};
my.allowUnfreePackages = [
"steam"
"steam-original"
"steam-run"
];
};
}