aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
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;