mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-14 15:48:21 +01:00
vps: enable factorio
This commit is contained in:
parent
d23de1e07a
commit
3165ed8533
2 changed files with 17 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ in
|
|||
./services/authentik.nix
|
||||
./services/git.nix
|
||||
./services/mailserver.nix
|
||||
./services/factorio.nix
|
||||
./akkotest.nix
|
||||
|
||||
(fetchTarball { url = "https://github.com/cariandrum22/nixos-vscode-server/tarball/support-for-new-dir-structure-of-vscode-server"; sha256 = "1sp4h0nb7dh7mcm8vdflihv76yz8azf5zifkcbxhq7xz48c8k5pd"; })
|
||||
|
|
@ -160,5 +161,7 @@ in
|
|||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue