From 8d9744c902882a0df01e06c5e2f9602ff147efbe Mon Sep 17 00:00:00 2001 From: Mel Date: Wed, 13 Nov 2024 18:59:44 +0100 Subject: Expand `me` module argument for nicer usage patterns Signed-off-by: Mel --- modules/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/common.nix') diff --git a/modules/common.nix b/modules/common.nix index db6ea85..354f04b 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -17,13 +17,13 @@ users.motd = '' /^ /^ -\ ' ' 7 < Hi, I'm ${util.titleCase me} +\ ' ' 7 < Hi, I'm ${util.titleCase me.name} / \ ''; networking = { - hostName = me; + hostName = me.name; firewall = { enable = true; -- cgit 1.4.1