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 = {
|
||||
purpose = "Production";
|
||||
system = {
|
||||
motd.networkInterfaces = [ "enp36s0f0" "enp36s0f1" ];
|
||||
motd.networkInterfaces = [ "enp36s0f0" ];
|
||||
# Incus
|
||||
incus = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue