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

@ -15,6 +15,6 @@
fileSystems = import ./fstab.nix;
swapDevices = [];
interfaces.eno1.wakeOnLan.enable = true;
networking.interfaces.eno1.wakeOnLan.enable = true;
};
}