From 0e6972436be1c2c739c8267fb398de3aa4886b73 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Sat, 25 Feb 2023 02:12:14 +0300 Subject: [PATCH] remove unused modules --- hosts/tkaronto/modules/syncthing.nix | 1 - hosts/tkaronto/modules/weylus.nix | 6 ------ secrets/redmi-phone.syncthing.id | Bin 85 -> 0 bytes users/patriot/default.nix | 8 -------- 4 files changed, 15 deletions(-) delete mode 120000 hosts/tkaronto/modules/syncthing.nix delete mode 100644 hosts/tkaronto/modules/weylus.nix delete mode 100644 secrets/redmi-phone.syncthing.id diff --git a/hosts/tkaronto/modules/syncthing.nix b/hosts/tkaronto/modules/syncthing.nix deleted file mode 120000 index 69e3a94..0000000 --- a/hosts/tkaronto/modules/syncthing.nix +++ /dev/null @@ -1 +0,0 @@ -../../../modules/syncthing/default.nix \ No newline at end of file diff --git a/hosts/tkaronto/modules/weylus.nix b/hosts/tkaronto/modules/weylus.nix deleted file mode 100644 index 23116e2..0000000 --- a/hosts/tkaronto/modules/weylus.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ - programs.weylus = { - enable = true; - openFirewall = true; - }; -} diff --git a/secrets/redmi-phone.syncthing.id b/secrets/redmi-phone.syncthing.id deleted file mode 100644 index b54494ac76b4ee320d2e1626421834b8cb637a34..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 85 zcmV-b0IL50M@dveQdv+`0Nod82R-4+OiaER^qjihf34k6OBHz?0I8gbW1~pO_+S=c4|A48K4&O- diff --git a/users/patriot/default.nix b/users/patriot/default.nix index 9cdaa57..1815f0e 100644 --- a/users/patriot/default.nix +++ b/users/patriot/default.nix @@ -68,14 +68,6 @@ in { }; }; services = { - syncthing.folders = { - notes = { - enable = true; - path = "${config.users.users.patriot.home}/notes"; - devices = ["redmi-phone"]; - ignorePerms = true; - }; - }; gnome.gnome-keyring.enable = true; }; # gnome keyring better fr fr