aboutsummaryrefslogtreecommitdiff
path: root/flake/hosts.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake/hosts.nix5
1 files changed, 2 insertions, 3 deletions
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}";