From ce4d41726e58e6974c95c2a9b0fb096a3bce82fa Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 30 Apr 2024 15:41:45 +0200 Subject: [PATCH] fix pastng error --- common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.nix b/common.nix index bbda4e5..d6fb744 100644 --- a/common.nix +++ b/common.nix @@ -80,9 +80,10 @@ flake = "git+https://git.missing.ninja/lf3/server-conf.git"; }; - networking.hosts = networking.hosts = { + networking.hosts = { "192.168.88.251" = [ "wiki.it3" ]; }; + programs = { fish = { enable = true;