From 34ea62344e17e18ab01bcfc7af5863708b1c5234 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 30 Apr 2024 15:33:23 +0200 Subject: [PATCH] add wiki --- common.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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;