diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-04-14 19:05:08 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 19:07:27 -0700 |
| commit | b6d2d71e7b3fde0748cab841b5f1038da420fcdf (patch) | |
| tree | 544a54c92a0d9a50cc50794fdcebde5271aa5c65 /systems | |
| parent | e8077fde966e051fc449fffcfa061c7f7edc47b0 (diff) | |
migration: fixes
Diffstat (limited to 'systems')
| -rw-r--r-- | systems/x86_64-linux/copenhagen/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/x86_64-linux/copenhagen/default.nix b/systems/x86_64-linux/copenhagen/default.nix index e893f43..ceca7d1 100644 --- a/systems/x86_64-linux/copenhagen/default.nix +++ b/systems/x86_64-linux/copenhagen/default.nix @@ -52,7 +52,7 @@ with lib; with lib.${namespace}; { snowfallorg.users."c" = { admin = true; - config = { + home.config = { cxl.tools.git.key = "DE64538967CA0C68"; }; }; |