users,entries: use shorter path

This commit is contained in:
Guanran Wang 2023-10-09 22:13:21 +08:00
parent 9d0c30818e
commit cba692f502
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
2 changed files with 5 additions and 4 deletions

View file

@ -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
} }

View file

@ -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" = {