diff --git a/flake.nix b/flake.nix index ad2d364..f352e3f 100755 --- a/flake.nix +++ b/flake.nix @@ -57,6 +57,7 @@ }; in { nixosConfigurations = { + "quadraticserver" = system "quadraticserver" false; "quadraticpc" = system "quadraticpc" true; "quadtop" = system "quadtop" true; };