From 953326d293ef019b7596e811bdfc2199b0c4c780 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 4 Jun 2026 10:41:40 -0500 Subject: [PATCH] try again --- flake.nix | 18 ++++++++-------- systems/dalinar/configuration.nix | 34 +++++++++++++++---------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/flake.nix b/flake.nix index 40c8d31..d1d2ebf 100644 --- a/flake.nix +++ b/flake.nix @@ -11,13 +11,13 @@ url = "github:nix-community/home-manager/master"; inputs.nixpkgs.follows = "nixpkgs"; }; - # nix-luanti = { - # type = "gitlab"; - # owner = "leonard"; - # repo = "nix-luanti"; - # host = "git.menzel.lol"; - # ref = "main"; - # }; + nix-luanti = { + type = "gitlab"; + owner = "leonard"; + repo = "nix-luanti"; + host = "git.menzel.lol"; + ref = "main"; + }; stylix = { url = "github:danth/stylix"; inputs.nixpkgs.follows = "nixpkgs"; @@ -48,7 +48,7 @@ outputs = inputs@{ nixpkgs, nixpkgs-stable, home-manager, quickemu, nixos-hardware, emacs, nix-bitcoin, octotype, simple-nixos-mailserver, anipy-cli, darkly, niri, zen, - stylix, self, affinity-nix, chaotic, ... }: + stylix, self, affinity-nix, chaotic, nix-luanti, ... }: let system = "x86_64-linux"; username = "chris"; @@ -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 ]; }; diff --git a/systems/dalinar/configuration.nix b/systems/dalinar/configuration.nix index 140acbc..58366bb 100644 --- a/systems/dalinar/configuration.nix +++ b/systems/dalinar/configuration.nix @@ -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;