From c36832413d1b8040a4daaf4009fbcc3b6418e808 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 5 Jun 2026 12:11:15 +0900 Subject: [PATCH] xps16/testconfig: clear --- hosts/xps16/testconfig.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/xps16/testconfig.nix b/hosts/xps16/testconfig.nix index 9b2c3e0..fed8376 100644 --- a/hosts/xps16/testconfig.nix +++ b/hosts/xps16/testconfig.nix @@ -2,5 +2,5 @@ # NOTE: this file is a space where i put new configuration while i'm testing it. # There shouldn't really be anything here, I'm not planning to commit any config here. { - -} \ No newline at end of file + networking.hosts."129.241.100.145" = [ "scrutiny.pvv.ntnu.no" ]; +}