remove passed through nic from motd
This commit is contained in:
parent
78c78653ef
commit
8f841bba81
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ in
|
||||||
mySystem = {
|
mySystem = {
|
||||||
purpose = "Production";
|
purpose = "Production";
|
||||||
system = {
|
system = {
|
||||||
motd.networkInterfaces = [ "enp36s0f0" "enp36s0f1" ];
|
motd.networkInterfaces = [ "enp36s0f0" ];
|
||||||
# Incus
|
# Incus
|
||||||
incus = {
|
incus = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue