2024-09-09 00:22:14 +00:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
./disko.nix
|
|
|
|
./hardware-configuration.nix
|
|
|
|
];
|
|
|
|
|
2024-10-09 02:30:49 +00:00
|
|
|
custom = {
|
|
|
|
hostname = "myne";
|
|
|
|
|
|
|
|
settings = {
|
|
|
|
boot.grub = true;
|
|
|
|
|
|
|
|
networking = {
|
|
|
|
static = true;
|
|
|
|
ipv6 = "2a01:4ff:f0:e193::1/64";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2024-09-09 00:22:14 +00:00
|
|
|
}
|