ugh
This commit is contained in:
parent
9cb55d249d
commit
9b50d4a941
2 changed files with 18 additions and 18 deletions
|
|
@ -186,7 +186,7 @@
|
|||
modules = [
|
||||
./systems/dalinar/configuration.nix
|
||||
# nix-bitcoin.nixosModules.default
|
||||
nix-luanti.nixosModules.default
|
||||
# nix-luanti.nixosModules.default
|
||||
simple-nixos-mailserver.nixosModule
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -73,23 +73,23 @@
|
|||
# gameId = "mineclone2";
|
||||
# };
|
||||
|
||||
services.luanti.servers.cochrun = {
|
||||
port = 30000;
|
||||
mods = with pkgs.luantiPackages.mods; [
|
||||
waypoints
|
||||
_world_folder_media
|
||||
vl_abandoned_places
|
||||
mobs
|
||||
mcl_autocrafter
|
||||
mcl_copper_stuff
|
||||
mcl_custom_world_skins
|
||||
fakelib
|
||||
everness
|
||||
farming
|
||||
animalia
|
||||
creatura
|
||||
];
|
||||
};
|
||||
# services.luanti.servers.cochrun = {
|
||||
# port = 30000;
|
||||
# mods = with pkgs.luantiPackages.mods; [
|
||||
# waypoints
|
||||
# _world_folder_media
|
||||
# vl_abandoned_places
|
||||
# mobs
|
||||
# mcl_autocrafter
|
||||
# mcl_copper_stuff
|
||||
# mcl_custom_world_skins
|
||||
# fakelib
|
||||
# everness
|
||||
# farming
|
||||
# animalia
|
||||
# creatura
|
||||
# ];
|
||||
# };
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue