Add demo server nixos configuration

This commit is contained in:
thiloho
2024-08-11 18:46:32 +02:00
parent 8c76fba2ad
commit 10ec731d7c
3 changed files with 53 additions and 1 deletions

View File

@@ -87,6 +87,10 @@
inherit system;
modules = [ ./nix/dev-vm.nix ];
};
demo-server = nixpkgs.lib.nixosSystem {
inherit system;
modules = [ ./nix/demo-server.nix ];
};
});
formatter = forAllSystems (