diff --git a/test-build.nix b/test-build.nix deleted file mode 100644 index 467fafa..0000000 --- a/test-build.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ - network.description = "Haskell + NixOps FTW!"; - - helloworlder = { config, pkgs, ... }: - { - #deployment.targetEnv = "virtualbox"; - #deployment.virtualbox.headless = true; - - #environment.systemPackages = [ hwer ]; - deployment.targetHost = "cdn-node-1.lukas.studio"; - nixpkgs.localSystem.system = "x86_64-linux"; -}