users,entries: use shorter path
This commit is contained in:
parent
9d0c30818e
commit
cba692f502
2 changed files with 5 additions and 4 deletions
|
@ -12,6 +12,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# users,user, flake, os.
|
# Flakes.
|
||||||
home-manager.users.guanranwang = import ../../users/guanranwang/home-manager/darwin; # NOTE: using flakes
|
home-manager.users.guanranwang = import ./home-manager/darwin; # NOTE: using flakes
|
||||||
}
|
}
|
|
@ -11,11 +11,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Flakes.
|
# Flakes.
|
||||||
home-manager.users.guanranwang = import ../../users/guanranwang/home-manager/nixos;
|
home-manager.users.guanranwang = import ./home-manager/nixos;
|
||||||
|
|
||||||
sops = {
|
sops = {
|
||||||
defaultSopsFile = ../../users/guanranwang/secrets/secrets.yaml;
|
defaultSopsFile = ./secrets/secrets.yaml;
|
||||||
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||||
secrets = {
|
secrets = {
|
||||||
"clash-config" = {
|
"clash-config" = {
|
||||||
|
|
Loading…
Reference in a new issue