mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
bigboy with just Home Manager on Kubuntu
This commit is contained in:
parent
cf3f5e67a5
commit
a02866a8f2
5 changed files with 64 additions and 17 deletions
|
|
@ -1,15 +1,15 @@
|
|||
{ pkgs, hostname, username, ... }: {
|
||||
{ pkgs, username, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
home-manager
|
||||
];
|
||||
|
||||
sops = {
|
||||
age.keyFile = /home/${username}/.config/sops/age/keys.txt;
|
||||
defaultSopsFile = ../hosts/${hostname}/secrets.yaml;
|
||||
secrets = {
|
||||
local_git_config.path = "/home/${username}/.gitconfig-local";
|
||||
local_private_env.path = "/home/${username}/.private-env";
|
||||
};
|
||||
defaultSopsFile = ../home-only/secrets.yaml;
|
||||
# secrets = {
|
||||
# local_git_config.path = "/home/${username}/.gitconfig-local";
|
||||
# local_private_env.path = "/home/${username}/.private-env";
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue