From 2b9b5a5eae14e9d297225438d52ce23a25d237c7 Mon Sep 17 00:00:00 2001 From: deadvey Date: Sat, 17 Aug 2024 16:53:38 +0100 Subject: [PATCH] 295 --- configuration.nix | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/configuration.nix b/configuration.nix index d2b6896..8e1fd11 100644 --- a/configuration.nix +++ b/configuration.nix @@ -128,22 +128,6 @@ in services.gpm.enable = true; # Mouse support in tty - systemd.timers."copy-to-server" = { - wantedBy = [ "timers.target" ]; - timerConfig = { - OnBootSec = "1m"; - OnUnitActiveSec = "1m"; - Unit = "copy-to-server.service"; - }; - }; - systemd.services."hello-world" = { - script = ''scp $HOME/media/Pictures/other/serverUpload/* max@192.168.1.118:/srv/www/htdocs/images''; - serviceConfig = { - Type = "oneshot"; - User = "root"; - }; - }; - # Enable dconf programs.dconf.enable = true;