Remove Logseq

This commit is contained in:
albert 2024-08-14 22:40:13 +09:00
parent f724a15805
commit 0a79c2c312
Signed by: albert
GPG key ID: 3895DD267CA11BA9
5 changed files with 31 additions and 58 deletions

View file

@ -7,7 +7,6 @@
../../common/services/gnupg-agent.nix
../../common/software/cli/clean-hm.nix
../../common/services/tailscale-autoconnect.nix
./syncthing.nix
];
hardware.pulseaudio.extraModules = [ pkgs.pulseaudio-module-xrdp ];

View file

@ -1,15 +0,0 @@
{ username, ... }: {
imports = [ ../../common/services/syncthing.nix ];
services.syncthing = {
settings = {
folders = {
"logseq" = {
id = "logseq";
path = "/home/${username}/.logseq";
devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" "google-pixel-8" ];
};
};
};
};
}

View file

@ -14,11 +14,6 @@
path = "/home/${username}/Games/battlenet/drive_c/Program Files (x86)/World of Warcraft/";
devices = [ "framework-server" "nixos-desktop" "nixos-framework" ];
};
"logseq" = {
id = "logseq";
path = "/home/${username}/.logseq";
devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" "google-pixel-8" ];
};
};
};
};

View file

@ -1,6 +1,5 @@
{ username, ... }: {
imports = [ ../../common/services/syncthing.nix ];
services.syncthing = {
settings = {
folders = {
@ -14,11 +13,6 @@
path = "/home/${username}/Games/battlenet/drive_c/Program Files (x86)/World of Warcraft/";
devices = [ "framework-server" "nixos-desktop" "nixos-framework" ];
};
"logseq" = {
id = "logseq";
path = "/home/${username}/.logseq";
devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" "google-pixel-8" ];
};
};
};
};