add laptop to syncthing
This commit is contained in:
@@ -93,6 +93,7 @@
|
|||||||
./modules/graphical/hyprland.nix
|
./modules/graphical/hyprland.nix
|
||||||
./modules/graphical/ime.nix
|
./modules/graphical/ime.nix
|
||||||
./modules/graphical/shared.nix
|
./modules/graphical/shared.nix
|
||||||
|
./modules/services/syncthing.nix
|
||||||
./modules/fh/scanning.nix
|
./modules/fh/scanning.nix
|
||||||
./modules/nix/ld.nix
|
./modules/nix/ld.nix
|
||||||
./modules/nix/settings.nix
|
./modules/nix/settings.nix
|
||||||
|
|||||||
@@ -34,6 +34,10 @@ in
|
|||||||
id = "HZUUQEQ-JOKYHTU-AVFVC3U-7KUAXVC-QY3OJTF-HGU7RZ3-5HA5TOE-VT4FNQB";
|
id = "HZUUQEQ-JOKYHTU-AVFVC3U-7KUAXVC-QY3OJTF-HGU7RZ3-5HA5TOE-VT4FNQB";
|
||||||
adresses = [ "tcp://192.168.0.6:51820" "tcp//192.168.2.1:51820" ];
|
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" = {
|
folders."${basePath}/default" = {
|
||||||
|
|||||||
@@ -51,23 +51,6 @@
|
|||||||
# Enable CUPS to print documents.
|
# Enable CUPS to print documents.
|
||||||
services.printing.enable = true;
|
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).
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
services.xserver.libinput.enable = true;
|
services.xserver.libinput.enable = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user