From 0ffc1a40789b9ac5237eda7d4a0b057e5fdb4971 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 26 Jan 2023 13:10:56 +0800 Subject: [PATCH] hosts/ni: add decorative parts of the configuration --- hosts/ni/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hosts/ni/default.nix b/hosts/ni/default.nix index 917a93a9..39e991b2 100644 --- a/hosts/ni/default.nix +++ b/hosts/ni/default.nix @@ -33,6 +33,7 @@ in isNormalUser = true; createHome = true; home = "/home/foo-dogsquared"; + description = "Gabriel Arazas"; }) ]; @@ -213,6 +214,7 @@ in systemd.network = { netdevs."99-${wireguardIFName}" = { netdevConfig = { + Description = "Plover - internal"; Name = wireguardIFName; Kind = "wireguard"; }; @@ -244,10 +246,7 @@ in # Otherwise, it will autostart every bootup when I need it only at few # hours at a time. - linkConfig = { - ActivationPolicy = "manual"; - RequiredForOnline = false; - }; + linkConfig.ActivationPolicy = "manual"; routes = [ {