From 5484afc2ce90ab7d2d33d1a9e822d497f44c4e5d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 21 Jul 2025 17:57:36 -0700 Subject: keep organizing into modules and profiles --- flake/hosts.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'flake/hosts.nix') diff --git a/flake/hosts.nix b/flake/hosts.nix index ecfcca1..d855a4a 100644 --- a/flake/hosts.nix +++ b/flake/hosts.nix @@ -132,6 +132,7 @@ let inherit (conf) system hostconf; adminUser = { name = "fcuny"; + uid = 1000; userinfo = { email = "franck@fcuny.net"; fullName = "Franck Cuny"; @@ -156,9 +157,7 @@ let }; modules = [ - { - inherit adminUser; - } + { inherit adminUser; } { system.configurationRevision = mkIf (self ? rev) self.rev; system.nixos.versionSuffix = mkForce "git.${substring 0 11 inputs.nixpkgs.rev}"; -- cgit v1.2.3