remove passed-through nix
This commit is contained in:
parent
a3317ff76c
commit
42b1b5f23d
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ in
|
||||||
mySystem = {
|
mySystem = {
|
||||||
purpose = "Production";
|
purpose = "Production";
|
||||||
system = {
|
system = {
|
||||||
motd.networkInterfaces = [ "enp130s0f0" "enp130s0f1" ];
|
motd.networkInterfaces = [ "enp130s0f0" "eno1" ];
|
||||||
# Incus
|
# Incus
|
||||||
incus = {
|
incus = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue