Skip to content

Commit

Permalink
pc0: Do not run container-guix-sway-autostart as a one-shot.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Nov 7, 2024
1 parent 64d5af8 commit c9f0ded
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dotfiles/guixsd/pc0.scm
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ cgroup_device_acl = [
(shepherd-service
(provision '(container-guix-sway-autostart))
(auto-start? #f)
(one-shot? #t)
(documentation "Run programs in Sway inside Guix container.")
(requirement '())
(start #~(make-forkexec-constructor
Expand Down

0 comments on commit c9f0ded

Please sign in to comment.