From c7d2869d854366927f3b70c114ad6142688434c7 Mon Sep 17 00:00:00 2001 From: Wekuz Date: Sun, 5 Apr 2026 01:05:23 +0300 Subject: [PATCH] test --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9ccf23d..d800a6a 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ { nixosConfigurations = { plexy = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; + stdenv.hostPlatform.system = "x86_64-linux"; modules = [ ./hosts/plexy {