From 7b5edade95d3633c52427e21e2af0dff635b61ce Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 3 Oct 2024 22:47:35 +0200 Subject: [PATCH] make hape pass nix flake check --- hosts/common/core/default.nix | 1 - hosts/hape/configuration.nix | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix index 2c3edff..4a1577d 100644 --- a/hosts/common/core/default.nix +++ b/hosts/common/core/default.nix @@ -8,7 +8,6 @@ _: { ./disable-nano.nix ./disk.nix ./docs.nix - ./fs-hardening.nix ./nix.nix ./oomd.nix ./permit-olm.nix diff --git a/hosts/hape/configuration.nix b/hosts/hape/configuration.nix index 9a443c0..49c3414 100644 --- a/hosts/hape/configuration.nix +++ b/hosts/hape/configuration.nix @@ -71,8 +71,12 @@ "shutdown now" ]; }; - mpd.enable = true; + mpd.enable = false; pipewire.enable = true; + ssh = { + agent.enable = true; + daemon.enable = false; + }; }; };