mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
configured backups
This commit is contained in:
parent
60e1f3c3d0
commit
b48fa4e383
25 changed files with 217 additions and 92 deletions
|
@ -6,7 +6,6 @@
|
|||
wpa_supplicant_gui
|
||||
pcmanfm
|
||||
xdg-utils # used for xdg-open
|
||||
snapper-gui
|
||||
|
||||
# graphics
|
||||
evince # pdf viewer
|
||||
|
|
|
@ -1,10 +1,14 @@
|
|||
{ ... }:
|
||||
let
|
||||
git = "~/.ssh/git";
|
||||
git = "/run/user/1000/secrets/ssh/git/private";
|
||||
in
|
||||
{
|
||||
sops.secrets = {
|
||||
"ssh/git/private" = { };
|
||||
};
|
||||
programs.ssh = rec {
|
||||
enable = true;
|
||||
compression = true;
|
||||
matchBlocks = {
|
||||
"artemis-git.inf.tu-dresden.de" = {
|
||||
identityFile = git;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue