deployment: rename from colmena (for potential change in stack)

This commit is contained in:
Katherina Walshe-Grey 2024-08-05 02:29:28 +01:00
parent 54dd52b978
commit 9ae5563f83
3 changed files with 3 additions and 3 deletions

12
deployment/remote.nix Normal file
View file

@ -0,0 +1,12 @@
{ name, nodes, config, lib, pkgs, ... }:
{
deployment = {
targetHost = "${name}.birdsong.network";
targetUser = "qenya";
tags = [ "remote" ];
};
security.sudo.wheelNeedsPassword = false;
nix.settings.trusted-users = [ "@wheel" ];
}