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;