This commit is contained in:
2026-03-04 14:07:57 +01:00
parent 752de86b1e
commit a60f787b85
2 changed files with 290 additions and 294 deletions
@@ -8,8 +8,6 @@
${pkgs.bash}/bin/bash -c 'cd $HOME && ${./assets/scripts/end_script.sh}'
'';
serviceConfig.Restart = "no";
# Enable the service here, inside the definition
wantedBy = [ "default.target" ];
enable = true;
};
}