From 645741dee6f83ea0c847f32b295b80c0454efd4b Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Sat, 18 Jan 2025 02:02:14 +0400 Subject: [PATCH] laptop: remove postgres and miraclecast --- hosts/laptop/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index f57777c..d57b172 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -278,7 +278,7 @@ in }; services.postgresql = { - enable = true; + enable = false; ensureDatabases = [ "testdb" ]; ensureUsers = [ { name = "lgm"; } ]; authentication = pkgs.lib.mkOverride 10 '' @@ -364,7 +364,7 @@ in curl # more stuff gnome-network-displays - miraclecast + #miraclecast parted exfatprogs gparted