treewide: persist rework
This commit is contained in:
parent
2c733de3b3
commit
4b1483327b
6 changed files with 12 additions and 11 deletions
|
|
@ -24,8 +24,8 @@
|
|||
];
|
||||
|
||||
programs.git.signing.signByDefault = lib.mkForce false;
|
||||
programs.zsh.history.path = lib.mkForce "/nix/persist/hana/zsh_history";
|
||||
programs.zsh.history.path = lib.mkForce "/persist/hana/zsh_history";
|
||||
|
||||
home.file.".ssh/authorized_keys".source = config.lib.file.mkOutOfStoreSymlink "/nix/persist/hana/authorized_keys";
|
||||
home.file.".ssh/authorized_keys".source = ../../res/authorized_keys;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue