web01: Finish switching to the new network config

This commit is contained in:
Tom Hubrecht 2023-07-20 15:48:01 +02:00
parent 6c0e2818ac
commit ef211567a8
4 changed files with 3 additions and 6 deletions

View file

@ -7,7 +7,6 @@
{
imports =
[
./networking.nix
./plausible.nix
# ./wordpress
];

View file

@ -1,4 +0,0 @@
{ lib, ... }: {
# TODO: Switch to networkd
networking.useDHCP = lib.mkDefault true;
}