Files
cnix/hosts/sobotka/settings.nix
2025-08-16 10:51:47 +02:00

11 lines
153 B
Nix

{
settings = {
accounts = {
username = "cnst";
mail = "adam@cnst.dev";
sshUser = "sobotka";
role = "server";
};
};
}