flake.lock: Update
Flake lock file updates: • Updated input 'pterodactyl': 'git+https://git.nekover.se/fi/pterodactyl.git?ref=refs/heads/main&rev=ae698225308107d243f76dc45d1f6fab7ff95120' (2024-11-06) → 'git+https://git.nekover.se/fi/pterodactyl.git?ref=refs/heads/main&rev=1eff87119f6e48b6b1d1afef468ee4ff1aebe333' (2024-11-06)
This commit is contained in:
parent
9a5303fbb8
commit
2ff2752f8a
|
@ -9,16 +9,16 @@
|
||||||
hostName = "gameserver-node-1";
|
hostName = "gameserver-node-1";
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [
|
#environment.systemPackages = [
|
||||||
pterodactyl.packages."x86_64-linux".pterodactyl-wings
|
# pterodactyl.packages."x86_64-linux".pterodactyl-wings
|
||||||
];
|
#];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
pterodactyl.nixosModules.pterodactyl-wings
|
pterodactyl.nixosModules.pterodactyl-wings
|
||||||
];
|
];
|
||||||
|
|
||||||
services.wings = {
|
services.wings = {
|
||||||
enable = true;
|
enable = false;
|
||||||
configuration = "";
|
configuration = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -167,10 +167,10 @@
|
||||||
"nixpkgs": "nixpkgs_2"
|
"nixpkgs": "nixpkgs_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1730915075,
|
"lastModified": 1730915158,
|
||||||
"narHash": "sha256-RM/JJp1d5k1Hb4obydOUkqJpY4xSthBEGPcjh+upF0A=",
|
"narHash": "sha256-qQvhHUbC5yKD6x/G0P2tvHoRf92Nd/QWB76CRnV5oyI=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "ae698225308107d243f76dc45d1f6fab7ff95120",
|
"rev": "1eff87119f6e48b6b1d1afef468ee4ff1aebe333",
|
||||||
"revCount": 3,
|
"revCount": 3,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.nekover.se/fi/pterodactyl.git"
|
"url": "https://git.nekover.se/fi/pterodactyl.git"
|
||||||
|
|
Loading…
Reference in a new issue