dogeorg / dogeboxd

Dogebox system manager service
MIT License
1 stars 0 forks source link

Prevent containers from starting in recovery mode #38

Closed SomeoneWeird closed 1 month ago

SomeoneWeird commented 1 month ago

This prevents any pup containers from starting if we're booting into recovery mode.

TODO:

This requires another security wrapper in your /etc/nixos/configuration.nix, hopefully the last one.

  security.wrappers.dbx = {
    source = "/Users/adam/code/doge/dogeboxd/build/dbx";
    owner = "adam";
    group = "users";
  };

Where source & owner are updated.