enable wireshark; add retry on systemd service;

This commit is contained in:
2025-05-14 16:09:26 +01:00
parent 340a2ab92f
commit 72cbcd5551
3 changed files with 8 additions and 4 deletions

View File

@@ -14,8 +14,5 @@
};
programs.gamemode.enable = true;
programs.gamescope.enable = true;
# ensure users who need access to this have `cdrom` as `extraGroups`
# Wait for https://github.com/NixOS/nixpkgs/pull/397358 to be in stable to reenable
programs.cdemu.enable = true;
}