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.
|
||||
home-manager.users.guanranwang = import ../../users/guanranwang/home-manager/darwin; # NOTE: using flakes
|
||||
# Flakes.
|
||||
home-manager.users.guanranwang = import ./home-manager/darwin; # NOTE: using flakes
|
||||
}
|
|
@ -11,11 +11,12 @@
|
|||
};
|
||||
|
||||
|
||||
|
||||
# Flakes.
|
||||
home-manager.users.guanranwang = import ../../users/guanranwang/home-manager/nixos;
|
||||
home-manager.users.guanranwang = import ./home-manager/nixos;
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = ../../users/guanranwang/secrets/secrets.yaml;
|
||||
defaultSopsFile = ./secrets/secrets.yaml;
|
||||
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
secrets = {
|
||||
"clash-config" = {
|
||||
|
|
Loading…
Reference in a new issue