Merge branch 'main' of git.vatthauer.xyz:leonv/nixos

This commit is contained in:
Leon Vatthauer 2024-10-22 14:20:47 +02:00
commit 62171bbd56
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@
user = { user = {
email = "leon.vatthauer@fau.de"; email = "leon.vatthauer@fau.de";
name = "Leon Vatthauer"; name = "Leon Vatthauer";
signingkey = "~/.ssh/git"; signingkey = "/git";
}; };
}; };
}; };

View file

@ -8,6 +8,6 @@
./restic.nix ./restic.nix
./ssh.nix ./ssh.nix
./vaultwarden.nix ./vaultwarden.nix
./nextcloud.nix #./nextcloud.nix
]; ];
} }