diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-25 12:18:00 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-25 12:18:00 +0200 |
commit | 564adfc883bb9c08bc1aeba1a35d00699a9ff770 (patch) | |
tree | 17349365d34d020a18e34af7572e68c71dbb4868 /hosts | |
parent | update.sh: Show the arguments, which are propagated to the scripts (diff) | |
download | nixos-config-564adfc883bb9c08bc1aeba1a35d00699a9ff770.zip |
{modules/steam,hosts/tiamat}: Activate again
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/tiamat/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/tiamat/default.nix b/hosts/tiamat/default.nix index 470f88cb..08d695e3 100644 --- a/hosts/tiamat/default.nix +++ b/hosts/tiamat/default.nix @@ -121,6 +121,7 @@ pos = "0,0"; }; }; + steam.enable = true; }; }; }; |