1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

syncthing

This commit is contained in:
Kierán Meinhardt
2019-04-04 16:57:50 +02:00
parent 30a60c8f33
commit 06464da30a
4 changed files with 13 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ in {
hostname = "catullus.local";
user = "root";
};
"gitlab.peixdev.net".port = 999;
};
};
};
@@ -69,6 +70,11 @@ in {
passwordAuthentication = false;
};
services.syncthing = {
enable = true;
openDefaultPorts = true;
};
users.users.kfm.openssh.authorizedKeys.keys = [
sshKey.homeros
sshKey.scardanelli

View File

@@ -71,6 +71,7 @@ in with pkgs;
firefox
tor-browser-bundle-bin
thunderbird
tdesktop
w3m
wget
httpie

View File

@@ -16,6 +16,7 @@ in {
];
boot.cleanTmpDir = true;
boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
time.timeZone = "Europe/Berlin";

View File

@@ -41,6 +41,11 @@ in {
users.mutableUsers = false;
services.syncthing = {
enable = true;
openDefaultPorts = true;
};
services.openssh.enable = true;
users.users.root.openssh.authorizedKeys.keys = [
sshKey.homeros