From 5579bf49c30c4811a9c16a5115461c545b02260a Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Thu, 4 Sep 2025 17:42:34 +0530 Subject: [PATCH] hosts/okina: cleanup Signed-off-by: Amneesh Singh --- hosts/okina/services.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/okina/services.nix b/hosts/okina/services.nix index bcbd986..cf1d993 100644 --- a/hosts/okina/services.nix +++ b/hosts/okina/services.nix @@ -13,7 +13,6 @@ ratbagd.enable = true; btrfs.autoScrub.enable = true; gvfs.enable = true; - logind.extraConfig = "RuntimeDirectorySize=30%"; printing = { enable = true; drivers = [ pkgs.hplip ];