Skip to content

Commit

Permalink
nix: don't prevent cage restarts on config changes
Browse files Browse the repository at this point in the history
On NixOS, we normally want to prevent GUI processes from being restarted
during a configuration switch, but not for this display setup.
  • Loading branch information
flokli committed Jul 18, 2024
1 parent c12bf36 commit 26d4f1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"-d" # don't draw client decorations when possible
];
};
systemd.services."cage-tty1".restartIfChanged = lib.mkForce true;

environment.systemPackages = [
pkgs.htop
Expand Down

0 comments on commit 26d4f1f

Please sign in to comment.