Skip to content

Instantly share code, notes, and snippets.

@pinpox
Created December 5, 2020 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pinpox/246ff4d77bc868ae0c5ea302ea15ca4b to your computer and use it in GitHub Desktop.
Save pinpox/246ff4d77bc868ae0c5ea302ea15ca4b to your computer and use it in GitHub Desktop.
{
network.description = "My machines";
porree =
{ config, pkgs, ... }:
{
deployment.targetHost = "nix.own";
deployment.targetUser = "deployment-user";
imports = [ ../machines/porree/configuration.nix ];
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment