diff --git a/common.nix b/common.nix index 2d2e18a..bbda4e5 100644 --- a/common.nix +++ b/common.nix @@ -80,11 +80,9 @@ flake = "git+https://git.missing.ninja/lf3/server-conf.git"; }; - networking.hosts = { }; - - hardware.bluetooth.enable = true; - hardware.bluetooth.powerOnBoot = true; - + networking.hosts = networking.hosts = { + "192.168.88.251" = [ "wiki.it3" ]; + }; programs = { fish = { enable = true;