blob: 44464eb4e87f5afc3829709ba85d407cf3669de2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{...}: {
personal.networking = {
enable = true;
firewall.http = true;
ssh.enable = true;
};
networking = {
hostName = "hephaistos";
domain = "local";
useDHCP = false;
interfaces."???".useDHCP = true;
};
}
|