Compare commits

..

No commits in common. "a641d8bb4cc86c6b76c883f28b5836ac8ce2f5a8" and "81ded02e1948ee88fdb70faab8696e22cc5ec6ed" have entirely different histories.

5 changed files with 0 additions and 33 deletions

View file

@ -113,7 +113,6 @@ outputs = { self, nixpkgs, nixpkgs-unstable, agenix, home-manager, home-manager-
./roles/desktop ./roles/desktop
./roles/kde ./roles/kde
./roles/gaming ./roles/gaming
./roles/school
./machines/SteamDeck ./machines/SteamDeck
]; ];
}; };

View file

@ -1,7 +0,0 @@
{ ... }:
{
imports = [
./services
];
}

View file

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

View file

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

View file

@ -15,12 +15,6 @@
"passwords" = { "passwords" = {
path = "${config.services.syncthing.dataDir}/passwords"; path = "${config.services.syncthing.dataDir}/passwords";
}; };
"school-things" = {
label = "School things";
id = "z6alc-nfoqr";
devices = [ "steamdeck" "server" ];
path = "${config.services.syncthing.dataDir}/school-things";
};
}; };
}; };
systemd.services.syncthing.serviceConfig = { systemd.services.syncthing.serviceConfig = {