add laptop to syncthing

This commit is contained in:
Kopatz
2024-04-15 10:11:21 +02:00
parent 56cc870bdd
commit ea25cdd07e
3 changed files with 5 additions and 17 deletions

View File

@@ -93,6 +93,7 @@
./modules/graphical/hyprland.nix
./modules/graphical/ime.nix
./modules/graphical/shared.nix
./modules/services/syncthing.nix
./modules/fh/scanning.nix
./modules/nix/ld.nix
./modules/nix/settings.nix

View File

@@ -34,6 +34,10 @@ in
id = "HZUUQEQ-JOKYHTU-AVFVC3U-7KUAXVC-QY3OJTF-HGU7RZ3-5HA5TOE-VT4FNQB";
adresses = [ "tcp://192.168.0.6:51820" "tcp//192.168.2.1:51820" ];
};
laptop = {
id = "5T6Y3WO-FOQYYFQ-5MLNDSZ-7APIDUG-6KM2ZZM-RTRXMWX-MCZKLMH-BYNDJAQ";
adresses = [ "tcp://192.168.2.22:51820" ];
};
};
folders."${basePath}/default" = {

View File

@@ -51,23 +51,6 @@
# Enable CUPS to print documents.
services.printing.enable = true;
# Enable sound with pipewire.
sound.enable = true;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
# If you want to use JACK applications, uncomment this
#jack.enable = true;
# use the example session manager (no others are packaged yet so this is enabled by default,
# no need to redefine it in your config for now)
#media-session.enable = true;
};
# Enable touchpad support (enabled default in most desktopManager).
services.xserver.libinput.enable = true;