Compare commits

..

No commits in common. "921e98c9b152227be7b54bc1dff40f86e22185a5" and "7b7129f964b1cb18c83490cfe9acdd86cf42dae6" have entirely different histories.

3 changed files with 7 additions and 19 deletions

View file

@ -91,11 +91,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1721949857, "lastModified": 1721409541,
"narHash": "sha256-DID446r8KsmJhbCzx4el8d9SnPiE8qa6+eEQOJ40vR0=", "narHash": "sha256-b6PLr0Ty7JPDBtJtjnYzlBf02bbH9alWMAgispMkTwk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a1cc729dcbc31d9b0d11d86dc7436163548a9665", "rev": "0c53b6b8c2a3e46c68e04417e247bba660689c9d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -115,11 +115,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1721724566, "lastModified": 1720992717,
"narHash": "sha256-6H+OTxXkOrh3P+15bhkQJY7OaBrQVzx4Pz+pCn6rtIg=", "narHash": "sha256-8j1bZVfKT1vJ0e+U7NYRNBG+DdBj5C/tpwe5krxT4/4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "plasma-manager", "repo": "plasma-manager",
"rev": "b967e042896de0f64513d4596e3d1f3eae445d1c", "rev": "460b48dc3dcd05df568e27cbb90581d23baec8dc",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,15 +1,9 @@
{ {config, ...}: {
config,
pkgs,
...
}: {
services.minecraft-server = { services.minecraft-server = {
enable = true; enable = true;
package = pkgs.minecraftServers.vanilla-1-20;
eula = true; eula = true;
openFirewall = true; openFirewall = true;
declarative = true; declarative = true;
jvmOpts = "-Xmx4G -Xms4G";
whitelist = { whitelist = {
"pixelifytica" = "b1848d60-4ddd-4fa4-a328-fb269910b6ae"; "pixelifytica" = "b1848d60-4ddd-4fa4-a328-fb269910b6ae";
"HomeInTheClouds" = "d49f0aee-f217-477b-9516-9d5906f7fc87"; "HomeInTheClouds" = "d49f0aee-f217-477b-9516-9d5906f7fc87";

View file

@ -34,12 +34,6 @@ in {
path = "~/Videos"; path = "~/Videos";
ignorePerms = true; ignorePerms = true;
}; };
"Models" = {
inherit devices;
id = "hcvfl-qspqe";
path = "~/Models";
ignorePerms = true;
};
"Documents" = { "Documents" = {
inherit devices; inherit devices;
id = "4bxk7-zkrt2"; id = "4bxk7-zkrt2";