update shadowfax motd interface name
This commit is contained in:
parent
83cb1b7bf7
commit
0ce2df5413
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
preseed = import ./config/incus-preseed.nix { };
|
preseed = import ./config/incus-preseed.nix { };
|
||||||
};
|
};
|
||||||
motd.networkInterfaces = [ "enp36s0f0" ];
|
motd.networkInterfaces = [ "bond0" ];
|
||||||
nfs.enable = true;
|
nfs.enable = true;
|
||||||
zfs.enable = true;
|
zfs.enable = true;
|
||||||
zfs.mountPoolsAtBoot = [
|
zfs.mountPoolsAtBoot = [
|
||||||
|
|
Loading…
Reference in a new issue