Update flake.nix

This commit is contained in:
Thilo Hohlt
2024-08-11 19:29:42 +02:00
committed by GitHub
parent 6aa936575b
commit 6ec02ccb7e

View File

@@ -88,7 +88,7 @@
modules = [ ./nix/dev-vm.nix ];
};
demo-server = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
inherit system;
modules = [ ./nix/demo-server ];
};
});