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:
Fiona Grzebien 2024-11-06 18:46:17 +01:00
parent 9c7e396a09
commit 137e263c9b
2 changed files with 7 additions and 7 deletions

View file

@ -9,16 +9,16 @@
hostName = "gameserver-node-1";
};
environment.systemPackages = [
pterodactyl.packages."x86_64-linux".pterodactyl-wings
];
#environment.systemPackages = [
# pterodactyl.packages."x86_64-linux".pterodactyl-wings
#];
imports = [
pterodactyl.nixosModules.pterodactyl-wings
];
services.wings = {
enable = true;
enable = false;
configuration = "";
};

View file

@ -167,10 +167,10 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1730915075,
"narHash": "sha256-RM/JJp1d5k1Hb4obydOUkqJpY4xSthBEGPcjh+upF0A=",
"lastModified": 1730915158,
"narHash": "sha256-qQvhHUbC5yKD6x/G0P2tvHoRf92Nd/QWB76CRnV5oyI=",
"ref": "refs/heads/main",
"rev": "ae698225308107d243f76dc45d1f6fab7ff95120",
"rev": "1eff87119f6e48b6b1d1afef468ee4ff1aebe333",
"revCount": 3,
"type": "git",
"url": "https://git.nekover.se/fi/pterodactyl.git"