forked from nico/dots
minecraft: init
This commit is contained in:
parent
63e37750a8
commit
ceeec17202
6 changed files with 269 additions and 9 deletions
|
|
@ -12,9 +12,10 @@
|
|||
disko.inputs.nixpkgs.follows = "nixpkgs";
|
||||
jovian.url = "github:Jovian-Experiments/Jovian-NixOS";
|
||||
jovian.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, lanzaboote, nix-darwin, disko, jovian, ... }@inputs: {
|
||||
outputs = { self, nixpkgs, lanzaboote, nix-darwin, disko, jovian, nix-minecraft, ... }@inputs: {
|
||||
nixosConfigurations.pluto = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
|
|
@ -23,6 +24,9 @@
|
|||
./modules/nix/linux.nix
|
||||
./modules/shell.nix
|
||||
|
||||
nix-minecraft.nixosModules.minecraft-servers
|
||||
{ nixpkgs.overlays = [ inputs.nix-minecraft.overlay ]; }
|
||||
./modules/games/server/minecraft/default.nix
|
||||
./modules/services/karakeep.nix
|
||||
./modules/services/uptime-kuma.nix
|
||||
./modules/services/pocketid.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue