diff --git a/flake.nix b/flake.nix index 91cf0f0..3745e40 100644 --- a/flake.nix +++ b/flake.nix @@ -88,7 +88,7 @@ modules = [ ./nix/dev-vm.nix ]; }; demo-server = nixpkgs.lib.nixosSystem { - inherit system; + system = "aarch64-linux";; modules = [ ./nix/demo-server ]; }; });