mirror of
https://github.com/kmein/niveum
synced 2026-03-20 12:01:06 +01:00
syncthing
This commit is contained in:
@@ -56,6 +56,7 @@ in {
|
|||||||
hostname = "catullus.local";
|
hostname = "catullus.local";
|
||||||
user = "root";
|
user = "root";
|
||||||
};
|
};
|
||||||
|
"gitlab.peixdev.net".port = 999;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -69,6 +70,11 @@ in {
|
|||||||
passwordAuthentication = false;
|
passwordAuthentication = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.syncthing = {
|
||||||
|
enable = true;
|
||||||
|
openDefaultPorts = true;
|
||||||
|
};
|
||||||
|
|
||||||
users.users.kfm.openssh.authorizedKeys.keys = [
|
users.users.kfm.openssh.authorizedKeys.keys = [
|
||||||
sshKey.homeros
|
sshKey.homeros
|
||||||
sshKey.scardanelli
|
sshKey.scardanelli
|
||||||
|
|||||||
@@ -71,6 +71,7 @@ in with pkgs;
|
|||||||
firefox
|
firefox
|
||||||
tor-browser-bundle-bin
|
tor-browser-bundle-bin
|
||||||
thunderbird
|
thunderbird
|
||||||
|
tdesktop
|
||||||
w3m
|
w3m
|
||||||
wget
|
wget
|
||||||
httpie
|
httpie
|
||||||
|
|||||||
1
main.nix
1
main.nix
@@ -16,6 +16,7 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
boot.cleanTmpDir = true;
|
boot.cleanTmpDir = true;
|
||||||
|
boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
|
||||||
|
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
||||||
|
|||||||
@@ -41,6 +41,11 @@ in {
|
|||||||
|
|
||||||
users.mutableUsers = false;
|
users.mutableUsers = false;
|
||||||
|
|
||||||
|
services.syncthing = {
|
||||||
|
enable = true;
|
||||||
|
openDefaultPorts = true;
|
||||||
|
};
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
users.users.root.openssh.authorizedKeys.keys = [
|
users.users.root.openssh.authorizedKeys.keys = [
|
||||||
sshKey.homeros
|
sshKey.homeros
|
||||||
|
|||||||
Reference in New Issue
Block a user