This commit is contained in:
Tasia Iso 2024-05-17 17:53:46 +02:00
parent d5d83f24ae
commit c2bd2c8e71
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
2 changed files with 5 additions and 1 deletions

View file

@ -57,7 +57,6 @@ add to git: `git config --global user.signingkey ~/.ssh/id_ed25519`
- `google-authenticator -td -r 5 -R 60 -w 2`
## Hosts
### theseus

View file

@ -27,6 +27,11 @@ in {
sshKeys.tasia.yaseen
];
services.syncthing = {
dataDir = lib.mkForce "/home/user/Sync/data";
configDir = lib.mkForce "/home/user/Sync/configuration";
};
environment.systemPackages = with pkgs; [
# Additional system packages here
];