aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-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;