summaryrefslogtreecommitdiff
path: root/systems/glados
diff options
context:
space:
mode:
authorseth <[email protected]>2024-03-10 15:55:25 -0400
committerseth <[email protected]>2024-03-10 15:55:25 -0400
commitbd449f4c41a3e111f8ac40fe95989caeadb3fced (patch)
tree22f099fe4025a16d175ab52d95e9048d452d7cbb /systems/glados
parentc9fa3ba99a7c1e6523dd7335651d7e0afff7ab58 (diff)
glados: use obs
Diffstat (limited to 'systems/glados')
-rw-r--r--systems/glados/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/systems/glados/default.nix b/systems/glados/default.nix
index a532a2d..c8dae73 100644
--- a/systems/glados/default.nix
+++ b/systems/glados/default.nix
@@ -1,5 +1,6 @@
{
lib,
+ pkgs,
inputs,
...
}: {
@@ -18,6 +19,8 @@
plasma.enable = true;
};
+ environment.systemPackages = [pkgs.obs-studio];
+
traits = {
containers.enable = true;
tailscale.enable = true;