rename unfree option, open firewall for steam local network transfer

This commit is contained in:
Vinzenz Schroeter 2024-10-27 10:42:23 +01:00
parent 5b19e487a5
commit 8a53ddb890
8 changed files with 60 additions and 23 deletions

View file

@ -23,6 +23,6 @@
environment.systemPackages = with pkgs; [
nvtopPackages.intel
];
my.allowUnfreePackages = ["intel-ocl"];
allowedUnfreePackages = ["intel-ocl"];
};
}