From e4b305b97e1aadd3741f4d6deed56fbec5621199 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 6 Nov 2025 10:25:13 -0800 Subject: Replace system references with nixpkgs.hostPlatform --- hosts/arrakis/services.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hosts/arrakis') diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix index 57542d9..d758d34 100644 --- a/hosts/arrakis/services.nix +++ b/hosts/arrakis/services.nix @@ -85,8 +85,6 @@ nginx = let sys = lib.nixosSystem { - system = "x86_64-linux"; - modules = [ ({ config, pkgs, lib, modulesPath, ... }: { imports = [ @@ -119,6 +117,7 @@ }; }; }) + { nixpkgs.hostPlatform = "x86_64-linux"; } ]; }; -- cgit v1.2.3