fix?
This commit is contained in:
8
machines/laptop/flake.lock
generated
8
machines/laptop/flake.lock
generated
@@ -833,11 +833,11 @@
|
|||||||
"sops-nix": "sops-nix"
|
"sops-nix": "sops-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1767565994,
|
"lastModified": 1767629147,
|
||||||
"narHash": "sha256-JNe9MY0GY2R8uhFQAGoJfFiv/pKgCHp5pdPPfKouMWY=",
|
"narHash": "sha256-dyqniDtLzGhk5RZZ4s7GJmZdF++y0LMeYqMAl2tdPhI=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "cc834fd85d14d89d54109c53cd0725758d60a0af",
|
"rev": "10f8d192fdcc7b4ac30ca3664434ee511b403a78",
|
||||||
"revCount": 811,
|
"revCount": 816,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Olympus"
|
"url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Olympus"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -12,8 +12,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
olympus = {
|
olympus = {
|
||||||
url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Olympus";
|
#url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Olympus";
|
||||||
#url = "git+file:///home/nathan/Projects/Olympus";
|
url = "git+file:///home/nathan/Projects/Olympus";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.home-manager.follows = "home-manager";
|
inputs.home-manager.follows = "home-manager";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ config, lib, pkgs, inputs, ... }: {
|
{ config, lib, pkgs, nix-minecraft, ... }: {
|
||||||
|
|
||||||
options.sysconfig.services.minecraft.enable = lib.options.mkOption {
|
options.sysconfig.services.minecraft.enable = lib.options.mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
@@ -6,12 +6,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nix-minecraft.nixosModules.minecraft-servers
|
nix-minecraft.nixosModules.minecraft-servers
|
||||||
];
|
];
|
||||||
|
|
||||||
config = lib.mkIf config.sysconfig.services.minecraft.enable {
|
config = lib.mkIf config.sysconfig.services.minecraft.enable {
|
||||||
|
|
||||||
nixpkgs.overlays = [ inputs.nix-minecraft.overlay ];
|
nixpkgs.overlays = [ nix-minecraft.overlay ];
|
||||||
|
|
||||||
services.minecraft-servers = {
|
services.minecraft-servers = {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user