Skip to content

Commit

Permalink
Merge pull request #29 from flokli/cage-restart
Browse files Browse the repository at this point in the history
nix: don't prevent cage restarts on config changes
  • Loading branch information
flokli authored Jul 19, 2024
2 parents c12bf36 + 26d4f1f commit 46927bf
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 46927bf

Please sign in to comment.