Merge branch 'tmp/caramel' into staging/20221003

This commit is contained in:
LavaDesu 2022-10-03 21:01:11 +07:00
commit a6ea2431f0
Signed by: cilly
GPG key ID: 6500251E087653C9
14 changed files with 133 additions and 41 deletions

View file

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