Remove leftover school things

This commit is contained in:
Toast 2024-07-15 16:32:08 +02:00
parent 99a17a7c79
commit 020cec94a1
5 changed files with 0 additions and 29 deletions

View file

@ -1,5 +0,0 @@
{...}: {
imports = [
./syncthing.nix
];
}

View file

@ -1,10 +0,0 @@
{...}: {
services.syncthing.settings.folders = {
"school-things" = {
label = "School things";
id = "z6alc-nfoqr";
devices = ["steamdeck" "server" "pc" "winmax2"];
path = "~/Documents/School things";
};
};
}