aboutsummaryrefslogtreecommitdiff
path: root/hosts/copenhagen/configuration.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-04-14 17:21:02 -0700
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:54 -0700
commite8ba21ee40f4ad7d813fc15a7341e601ea53f557 (patch)
treecad0c8d10f6bfd9b0eccc5ede7b03995d676c6fa /hosts/copenhagen/configuration.nix
parent1e6dc261f166058824d6fa526cbf17cc23eb915d (diff)
migration: stargazers minecraft server
Diffstat (limited to 'hosts/copenhagen/configuration.nix')
-rw-r--r--hosts/copenhagen/configuration.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix
index f3f58bf..398cb7b 100644
--- a/hosts/copenhagen/configuration.nix
+++ b/hosts/copenhagen/configuration.nix
@@ -1,12 +1,6 @@
{ config, lib, pkgs, inputs, ... }:
{
- environment.persistence."/persist/system" = {
- directories = [
- "/srv/minecraft"
- ];
- };
-
users.users = {
root.hashedPasswordFile = "/secrets/passwords/root";
@@ -23,15 +17,6 @@
roles = {
minecraft = {
- enable = true;
-
- servers = {
- stargazers = {
- enable = true;
- port = 25566;
- };
- };
-
zenith = {
enable = true;
port = 25569;