mirror of
https://github.com/genebean/dots.git
synced 2026-05-30 23:35:22 -04:00
Move sensitive git config to private-flake, setup authorized signers
Co-authored-by: Claude <claude@anthropic.com>
This commit is contained in:
parent
59e36c1d3e
commit
cf6d362d6c
20 changed files with 18 additions and 51 deletions
|
|
@ -33,11 +33,14 @@
|
|||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
users.${username}.imports = [
|
||||
inputs.sops-nix.homeManagerModule # user-level secrets management
|
||||
../modules/shared/home/general
|
||||
../modules/shared/home/general/all-gui.nix
|
||||
../modules/hosts/darwin/home.nix
|
||||
../modules/hosts/darwin/${hostname}/home-${username}.nix
|
||||
|
||||
inputs.private-flake.homeManagerModules.private.git
|
||||
(inputs.private-flake.homeManagerModules.private.${hostname} or { })
|
||||
inputs.sops-nix.homeManagerModule # user-level secrets management
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
}
|
||||
|
||||
inputs.nix-flatpak.homeManagerModules.nix-flatpak
|
||||
inputs.private-flake.homeManagerModules.private.git
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -29,6 +29,9 @@
|
|||
../modules/shared/home/general
|
||||
../modules/shared/home/linux
|
||||
../modules/hosts/nixos/${hostname}/home-${username}.nix
|
||||
|
||||
inputs.private-flake.homeManagerModules.private.git
|
||||
(inputs.private-flake.homeManagerModules.private.${hostname} or { })
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue