diff options
author | Ben Sima <ben@bsima.me> | 2024-01-10 12:06:58 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-01-10 12:06:58 -0500 |
commit | aa4e970df6856a3c72e8a541d6fd511e26a2c18b (patch) | |
tree | 5e99b017272ec125d2867ea141f187ee1fe57424 | |
parent | b43ad79b030aa8a56e786fd363412eb64da2c56b (diff) |
Enable eternal terminal on beryllium
This should probably be enabled everywhere... oh well.
-rw-r--r-- | Biz/Dev/Beryllium/Configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Biz/Dev/Beryllium/Configuration.nix b/Biz/Dev/Beryllium/Configuration.nix index 96e358b..886ab01 100644 --- a/Biz/Dev/Beryllium/Configuration.nix +++ b/Biz/Dev/Beryllium/Configuration.nix @@ -105,6 +105,8 @@ location.latitude = 40.80; location.longitude = -81.52; + services.eternal-terminal.enable = true; + # Allow unfree packages nixpkgs.config.allowUnfree = true; |