renamed mod -> modules in hosts->kepler | add /etc/nixos to git as safe dir
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
_:
|
||||
{
|
||||
networking = {
|
||||
hostName = "kepler";
|
||||
hostId = "a984053d";
|
||||
networkmanager = { enable = true; };
|
||||
firewall = { enable = false; };
|
||||
|
||||
interfaces = {
|
||||
eno1 = {
|
||||
ipv4.addresses = [{
|
||||
address = "10.11.0.10";
|
||||
prefixLength = 24;
|
||||
}];
|
||||
};
|
||||
};
|
||||
defaultGateway = {
|
||||
address = "10.11.0.1";
|
||||
interface = "eno1";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user