update network interfaces

This commit is contained in:
Joseph Hanson 2024-05-19 07:10:54 -05:00
parent 6a278729f8
commit 52a0da8ff4
2 changed files with 5 additions and 0 deletions

View file

@ -28,5 +28,9 @@
swapDevices = [ ];
mySystem = {
system.motd.networkInterfaces = [ "enp0s31f6" "wlp4s0" ];
};
};
}

View file

@ -29,6 +29,7 @@
swapDevices = [ ];
mySystem = {
system.motd.networkInterfaces = [ "enp1s0" ];
security.acme.enable = true;
services = {
forgejo.enable = true;