diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-07-21 17:57:36 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-07-21 17:57:36 -0700 |
| commit | 5484afc2ce90ab7d2d33d1a9e822d497f44c4e5d (patch) | |
| tree | 9f8d541e57956e7639b12801375ad91693a95b2c /flake/hosts.nix | |
| parent | move all profiles, modules, and flakes to top-level (diff) | |
| download | infra-5484afc2ce90ab7d2d33d1a9e822d497f44c4e5d.tar.gz | |
keep organizing into modules and profiles
Diffstat (limited to '')
| -rw-r--r-- | flake/hosts.nix | 5 |
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}"; |
