try again
This commit is contained in:
parent
3ab5ff0ef9
commit
953326d293
2 changed files with 26 additions and 26 deletions
18
flake.nix
18
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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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