From e6e8ac3c7a651ba594f186d3b6f066a2a96c9c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Mon, 22 Sep 2025 11:20:33 -0600 Subject: [PATCH] chore(steam): disable steam for a while --- hosts/sydpc/configuration.nix | 2 +- users/crumb/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/sydpc/configuration.nix b/hosts/sydpc/configuration.nix index c02dd11..2c27a9f 100644 --- a/hosts/sydpc/configuration.nix +++ b/hosts/sydpc/configuration.nix @@ -25,7 +25,7 @@ openssh.enable = true; steam = { - enable = true; + enable = false; impermanenceUsers = ["crumb"]; }; diff --git a/users/crumb/default.nix b/users/crumb/default.nix index de0ebc2..c9c9883 100644 --- a/users/crumb/default.nix +++ b/users/crumb/default.nix @@ -42,7 +42,7 @@ xdg.enable = true; slippi.enable = true; openutau.enable = true; - steam.enable = true; + steam.enable = false; flatpak.enable = true; sops = { enable = true;