Delete test-build.nix

master
Lukas Schulz 2020-11-27 21:42:51 +01:00
parent 0fcac4d53c
commit 717baa0482
1 changed files with 0 additions and 12 deletions

View File

@ -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";
}