diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-06 07:23:50 +0000 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:46 -0700 |
| commit | 4c1ce39464839cdc0ead03068af287e0f19efb79 (patch) | |
| tree | 1e779e984998ec63ce4efe852df09609ce6c000d /snowfall/systems/x86_64-linux/c-pc | |
| parent | 6c5b491623f37cc66ab6d314fe96d1e59ac41cf4 (diff) | |
migration: grant c user admin
Diffstat (limited to 'snowfall/systems/x86_64-linux/c-pc')
| -rw-r--r-- | snowfall/systems/x86_64-linux/c-pc/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/snowfall/systems/x86_64-linux/c-pc/default.nix b/snowfall/systems/x86_64-linux/c-pc/default.nix index 2ad3522..8eafa24 100644 --- a/snowfall/systems/x86_64-linux/c-pc/default.nix +++ b/snowfall/systems/x86_64-linux/c-pc/default.nix @@ -41,5 +41,9 @@ with lib; with lib.${namespace}; { }; }; + snowfallorg.users."c" = { + admin = true; + }; + system.stateVersion = "23.11"; } |