Compare commits
No commits in common. "44a449e56e7509fed6ad7bbeff7218066abf4277" and "c0dbb3a592ee095ce1f067d549edc30428a8bcf8" have entirely different histories.
44a449e56e
...
c0dbb3a592
2 changed files with 1 additions and 17 deletions
|
@ -19,7 +19,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
enableReload = true;
|
enableReload = true;
|
||||||
package = pkgs.paperServers.paper-1_21_3-build_25;
|
package = pkgs.paperServers.vanilla-1.21.1-build.27;
|
||||||
whitelist = {
|
whitelist = {
|
||||||
kB01guy = "1ff88b66-beda-4386-85b9-a00a5c27437a";
|
kB01guy = "1ff88b66-beda-4386-85b9-a00a5c27437a";
|
||||||
};
|
};
|
||||||
|
|
|
@ -7,10 +7,6 @@
|
||||||
|
|
||||||
# Configure Nix
|
# Configure Nix
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
nix.settings.trusted-users = [ "remotebuild" ]; # UNSAVE, Remove ASAP
|
|
||||||
nix.settings.trusted-public-keys = [
|
|
||||||
"cache.HyperC:90YNJ0eWsuBGVVP989lJh1rL8C0KM6IKbAtEUiu+FCU="
|
|
||||||
];
|
|
||||||
nix.package = pkgs.lix;
|
nix.package = pkgs.lix;
|
||||||
nixpkgs.overlays = [ inputs.nix-minecraft.overlay ];
|
nixpkgs.overlays = [ inputs.nix-minecraft.overlay ];
|
||||||
|
|
||||||
|
@ -44,13 +40,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.remotebuild = {
|
|
||||||
isNormalUser = true;
|
|
||||||
openssh.authorizedKeys.keys = [
|
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBHdxVb42GEb/rwrsQx/Wc2v2P+WIq8/WNlF+l31Rl/a Remotebuilds from HyperC"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim
|
vim
|
||||||
|
@ -75,11 +64,6 @@
|
||||||
servers.survival.enable = true;
|
servers.survival.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nix-serve = {
|
|
||||||
enable = true;
|
|
||||||
secretKeyFile = "/var/cache-kb-games-01-priv-key.pem";
|
|
||||||
};
|
|
||||||
|
|
||||||
# Do NOT change this value
|
# Do NOT change this value
|
||||||
system.stateVersion = "24.05"; # Did you read the comment?
|
system.stateVersion = "24.05"; # Did you read the comment?
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue