Update factorio to 2.0.41

This commit is contained in:
Chandler Swift 2025-03-16 12:38:04 -05:00
parent 09ed1bed43
commit 44b11c451b
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
2 changed files with 4 additions and 2 deletions

View file

@ -4,7 +4,7 @@
];
services.factorio = {
enable = true;
package = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/ab224822391f803e3b58c65f753162361e769075.tar.gz") {
package = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/e47e7cdafffab8b74c2878e02c37696dfcdebca0.tar.gz") {
config.allowUnfree = true;
}).factorio-headless;
openFirewall = true;

View file

@ -178,7 +178,9 @@
# Unfree:
discord
factorio-space-age
(import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/e47e7cdafffab8b74c2878e02c37696dfcdebca0.tar.gz") {
config.allowUnfree = true;
}).factorio-space-age
];
programs.thunderbird.enable = true;