Remove Logseq
This commit is contained in:
parent
f724a15805
commit
0a79c2c312
5 changed files with 31 additions and 58 deletions
|
@ -7,7 +7,6 @@
|
||||||
../../common/services/gnupg-agent.nix
|
../../common/services/gnupg-agent.nix
|
||||||
../../common/software/cli/clean-hm.nix
|
../../common/software/cli/clean-hm.nix
|
||||||
../../common/services/tailscale-autoconnect.nix
|
../../common/services/tailscale-autoconnect.nix
|
||||||
./syncthing.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.pulseaudio.extraModules = [ pkgs.pulseaudio-module-xrdp ];
|
hardware.pulseaudio.extraModules = [ pkgs.pulseaudio-module-xrdp ];
|
||||||
|
|
|
@ -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" ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -14,11 +14,6 @@
|
||||||
path = "/home/${username}/Games/battlenet/drive_c/Program Files (x86)/World of Warcraft/";
|
path = "/home/${username}/Games/battlenet/drive_c/Program Files (x86)/World of Warcraft/";
|
||||||
devices = [ "framework-server" "nixos-desktop" "nixos-framework" ];
|
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" ];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ username, ... }: {
|
{ username, ... }: {
|
||||||
imports = [ ../../common/services/syncthing.nix ];
|
imports = [ ../../common/services/syncthing.nix ];
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
settings = {
|
settings = {
|
||||||
folders = {
|
folders = {
|
||||||
|
@ -14,11 +13,6 @@
|
||||||
path = "/home/${username}/Games/battlenet/drive_c/Program Files (x86)/World of Warcraft/";
|
path = "/home/${username}/Games/battlenet/drive_c/Program Files (x86)/World of Warcraft/";
|
||||||
devices = [ "framework-server" "nixos-desktop" "nixos-framework" ];
|
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" ];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue