Update systems/_avalon/cfg.nix

This commit is contained in:
2026-06-09 15:20:24 +02:00
parent 7086fb70f6
commit a3723be554

37
systems/_avalon/cfg.nix Normal file
View File

@@ -0,0 +1,37 @@
{
syscfg = {
hostname = "avalon";
type = "nixos";
defaultUser = "sora";
users = [
{
username = "sora";
git = {
email = "soraefir+git@helcel";
username = "soraefir";
key = "4E241635F8EDD2919D2FB44CA362EA0491E2EEA0";
};
}
{
username = "git";
git = {
email = "git+git@helcel";
username = "git";
key = "";
};
}
];
make = {
cli = true;
virt = true;
};
net = {
wg = {
enable = true;
ip4 = "10.10.1.2/32";
ip6 = "fd10:10:10::2/128";
pubkey = "QlvpTiK6s/lIha9vKmo+teSy2Nw52qWLYatYjxVan3U=";
};
};
};
}