Update factorio to 2.0.41
This commit is contained in:
parent
09ed1bed43
commit
44b11c451b
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue