Compare commits
2 commits
0423359e16
...
d5c0320eee
| Author | SHA1 | Date | |
|---|---|---|---|
| d5c0320eee | |||
| 7efce0a4ee |
4 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
||||||
ll = "ls -l";
|
ll = "ls -l";
|
||||||
tt = "wezterm cli set-tab-title ";
|
tt = "wezterm cli set-tab-title ";
|
||||||
deploy-viridian = "nixos-rebuild switch --flake .#viridian --target-host viridian --use-remote-sudo";
|
deploy-viridian = "nixos-rebuild switch --flake .#viridian --target-host viridian --use-remote-sudo";
|
||||||
|
mount-backup = "sshfs sajenim@viridian.kanto.dev:/srv/shares/sajenim /home/sajenim/.backup -o IdentityFile=/home/sajenim/.ssh/sajenim_sk";
|
||||||
};
|
};
|
||||||
|
|
||||||
# An attribute set that adds to named directory hash table
|
# An attribute set that adds to named directory hash table
|
||||||
|
|
|
||||||
1
home-manager/sajenim/p6p_biometric.pub
Normal file
1
home-manager/sajenim/p6p_biometric.pub
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJC2zR9w3y+OXEq7qcs8dIdSC2j4LUx2197fyXwR3aSLHwypodiZTdJTJkmklxxaUXmyi7CZUmp1LPx5vdLPgzI=
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
nmap # network mapper
|
nmap # network mapper
|
||||||
xclip # clipboard
|
xclip # clipboard
|
||||||
ripgrep # searches the current directory for a regex pattern
|
ripgrep # searches the current directory for a regex pattern
|
||||||
|
sshfs # Mount filesystems over SSH
|
||||||
|
|
||||||
# HTTP
|
# HTTP
|
||||||
curl # transfer dato to/from server
|
curl # transfer dato to/from server
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
openssh.authorizedKeys.keyFiles = [
|
openssh.authorizedKeys.keyFiles = [
|
||||||
"${inputs.self}/home-manager/sajenim/sajenim_sk.pub"
|
"${inputs.self}/home-manager/sajenim/sajenim_sk.pub"
|
||||||
|
"${inputs.self}/home-manager/sajenim/p6p_biometric.pub"
|
||||||
];
|
];
|
||||||
hashedPassword = "$y$j9T$qIhW5qL9J9w.w6JWa.bGo/$oddG3HJyOZ1mwHzYnYPJ/MzN38oHEBEvPDc0sB3rAf9";
|
hashedPassword = "$y$j9T$qIhW5qL9J9w.w6JWa.bGo/$oddG3HJyOZ1mwHzYnYPJ/MzN38oHEBEvPDc0sB3rAf9";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue