ffs
This commit is contained in:
parent
d5d83f24ae
commit
c2bd2c8e71
|
@ -57,7 +57,6 @@ add to git: `git config --global user.signingkey ~/.ssh/id_ed25519`
|
||||||
|
|
||||||
- `google-authenticator -td -r 5 -R 60 -w 2`
|
- `google-authenticator -td -r 5 -R 60 -w 2`
|
||||||
|
|
||||||
|
|
||||||
## Hosts
|
## Hosts
|
||||||
|
|
||||||
### theseus
|
### theseus
|
||||||
|
|
|
@ -27,6 +27,11 @@ in {
|
||||||
sshKeys.tasia.yaseen
|
sshKeys.tasia.yaseen
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.syncthing = {
|
||||||
|
dataDir = lib.mkForce "/home/user/Sync/data";
|
||||||
|
configDir = lib.mkForce "/home/user/Sync/configuration";
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# Additional system packages here
|
# Additional system packages here
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue