1

Modules/Sops: Update secret definitions for nix-darwin

This commit is contained in:
2026-03-26 21:00:38 +01:00
parent 77f169fef4
commit 34f61d4f27
2 changed files with 15 additions and 6 deletions

View File

@ -84,10 +84,13 @@
};
users.users.${username} = {
isHidden = false;
name = "${username}";
description = "Christoph";
home = "/Users/${username}";
uid = 501;
gid = 20;
createHome = false;
home = "/Users/${username}";
isHidden = false;
# NOTE: Not set if the user already exists on darwin, so use chsh for the root user
shell = pkgs.fish;