You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
livestreaming-cdn-nixops/test-build.nix

12 lines
345 B

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