Compare commits
1 Commits
9e5a654299
...
9ac2ca48b1
Author | SHA1 | Date | |
---|---|---|---|
9ac2ca48b1 |
@ -3,14 +3,14 @@
|
||||
{
|
||||
# Assign a static IP
|
||||
networking = {
|
||||
hostname = "unit";
|
||||
hostName = "unit";
|
||||
hostId = "737d82f4";
|
||||
interfaces.eth0 = {
|
||||
useDHCP = false;
|
||||
addresses = {
|
||||
ipv4.addresses = [{
|
||||
address = "10.0.1.3";
|
||||
prefixLength = 24;
|
||||
};
|
||||
}];
|
||||
};
|
||||
defaultGateway = {
|
||||
address = "10.0.1.1";
|
||||
|
Loading…
Reference in New Issue
Block a user