From 7720756c2ac8b7fbffe6076c5a19d66d48fd14d0 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Wed, 4 Jun 2025 08:35:57 +0200 Subject: [PATCH] steam-servers: remove for loptland since not in use --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index dfe5487..58bb476 100644 --- a/flake.nix +++ b/flake.nix @@ -141,7 +141,6 @@ systems.hosts.loptland.modules = with inputs; [ simple-nixos-mailserver.nixosModules.default - steam-servers.nixosModules.default ]; systems.hosts.wsl.modules = with inputs; [ nixos-wsl.nixosModules.default ];