From 385c542cb25a69b968459656bd3efa7f9d9ff838 Mon Sep 17 00:00:00 2001 From: MrSnowy Date: Sat, 4 Oct 2025 00:32:24 +0200 Subject: [PATCH] Rename nixos => desktop --- {nixos => desktop}/flake.lock | 0 {nixos => desktop}/flake.nix | 0 {nixos => desktop}/home-manager/snowy.nix | 0 {nixos => desktop}/home-manager/snowy/stow.sh | 0 {nixos => desktop}/repos.nix | 0 {nixos => desktop}/system/audio.nix | 0 {nixos => desktop}/system/configuration.nix | 0 {nixos => desktop}/system/hardware-configuration.nix | 0 {nixos => desktop}/system/networking.nix | 0 server/flake.nix | 2 ++ server/system/network.nix | 3 +++ 11 files changed, 5 insertions(+) rename {nixos => desktop}/flake.lock (100%) rename {nixos => desktop}/flake.nix (100%) rename {nixos => desktop}/home-manager/snowy.nix (100%) rename {nixos => desktop}/home-manager/snowy/stow.sh (100%) rename {nixos => desktop}/repos.nix (100%) rename {nixos => desktop}/system/audio.nix (100%) rename {nixos => desktop}/system/configuration.nix (100%) rename {nixos => desktop}/system/hardware-configuration.nix (100%) rename {nixos => desktop}/system/networking.nix (100%) diff --git a/nixos/flake.lock b/desktop/flake.lock similarity index 100% rename from nixos/flake.lock rename to desktop/flake.lock diff --git a/nixos/flake.nix b/desktop/flake.nix similarity index 100% rename from nixos/flake.nix rename to desktop/flake.nix diff --git a/nixos/home-manager/snowy.nix b/desktop/home-manager/snowy.nix similarity index 100% rename from nixos/home-manager/snowy.nix rename to desktop/home-manager/snowy.nix diff --git a/nixos/home-manager/snowy/stow.sh b/desktop/home-manager/snowy/stow.sh similarity index 100% rename from nixos/home-manager/snowy/stow.sh rename to desktop/home-manager/snowy/stow.sh diff --git a/nixos/repos.nix b/desktop/repos.nix similarity index 100% rename from nixos/repos.nix rename to desktop/repos.nix diff --git a/nixos/system/audio.nix b/desktop/system/audio.nix similarity index 100% rename from nixos/system/audio.nix rename to desktop/system/audio.nix diff --git a/nixos/system/configuration.nix b/desktop/system/configuration.nix similarity index 100% rename from nixos/system/configuration.nix rename to desktop/system/configuration.nix diff --git a/nixos/system/hardware-configuration.nix b/desktop/system/hardware-configuration.nix similarity index 100% rename from nixos/system/hardware-configuration.nix rename to desktop/system/hardware-configuration.nix diff --git a/nixos/system/networking.nix b/desktop/system/networking.nix similarity index 100% rename from nixos/system/networking.nix rename to desktop/system/networking.nix diff --git a/server/flake.nix b/server/flake.nix index 309982d..1bf1769 100644 --- a/server/flake.nix +++ b/server/flake.nix @@ -28,6 +28,8 @@ in { nixosConfigurations.snow-den = nixpkgs.lib.nixosSystem { + inherit system; + specialArgs = { inherit inputs; }; diff --git a/server/system/network.nix b/server/system/network.nix index 4276c4a..0df942b 100644 --- a/server/system/network.nix +++ b/server/system/network.nix @@ -91,6 +91,9 @@ # Steam 27015 27016 + + # mc + 25565 ]; allowedUDPPorts = [ # HTTP -- 2.51.2