diff options
| -rw-r--r-- | machines/firelink.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/firelink.nix b/machines/firelink.nix index 457f306..4b3ac11 100644 --- a/machines/firelink.nix +++ b/machines/firelink.nix @@ -13,6 +13,8 @@ in { orbekk.rtc-wakeup.enable = true; orbekk.vpn.enable = true; + programs.adb.enable = true; + # Don't run gc on startup. nix.gc.persistent = false; |
