June
41f04732c2
Those can then be deployed using for example nixos-rebuild or bij. Also ensure all hosts have an fqdn, where possible, in order for bij to be able to work with them more easily. Tho not really, since for actual deployment one still needs to set the target manually to set usage of the colmena-deploy user. https://git.clerie.de/clerie/bij
10 lines
145 B
Nix
10 lines
145 B
Nix
{ pkgs, ... }:
|
|
{
|
|
networking = {
|
|
hostName = "audio-hauptraum-kueche";
|
|
domain = "z9.ccchh.net";
|
|
};
|
|
|
|
system.stateVersion = "23.05";
|
|
}
|