Files
cnix/hosts/sobotka/settings.nix
2025-10-14 21:50:44 +02:00

14 lines
214 B
Nix

{
settings = {
accounts = {
username = "cnst";
mail = "adam@cnst.dev";
sshUser = "sobotka";
domains = {
local = "cnix.dev";
public = "cnst.dev";
};
};
};
}