aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-04 19:33:58 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:44 -0700
commit1c6018152280462535d471aed61e4890ea160c4b (patch)
tree44e026b94245c0f91536f4ec7d940e0cf42ef049 /hosts
parentfc0268a11ce5f3a797fdcb929555ee2344b6fa97 (diff)
migration: steam
Diffstat (limited to 'hosts')
-rw-r--r--hosts/c-pc/configuration.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix
index 31631c4..df060d0 100644
--- a/hosts/c-pc/configuration.nix
+++ b/hosts/c-pc/configuration.nix
@@ -47,14 +47,7 @@
};
};
- nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
- "steam"
- "steam-unwrapped"
- ];
-
programs = {
- steam.enable = true;
-
gnupg.agent = {
enable = true;
enableSSHSupport = true;