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