From 09ea83f427d51d8b98ffb762d5cd16a3fe1be80c Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 3 Apr 2023 18:59:13 +0200 Subject: l aergia.r: remove legacy hidpi --- lass/1systems/aergia/physical.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'lass/1systems') diff --git a/lass/1systems/aergia/physical.nix b/lass/1systems/aergia/physical.nix index 023639083..692f68dcc 100644 --- a/lass/1systems/aergia/physical.nix +++ b/lass/1systems/aergia/physical.nix @@ -87,7 +87,6 @@ # textsize services.xserver.dpi = 200; - hardware.video.hidpi.enable = lib.mkDefault true; # corectrl programs.corectrl = { -- cgit v1.2.3 From 6cb7fb16a1e4b9a70fc4668dd1c9db19a3ea1c5c Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 19 Apr 2023 17:49:09 +0200 Subject: l binary-cache: split into server & proxy, add neoprism --- lass/1systems/prism/config.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lass/1systems') diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index 2e82fae6f..e1f92c51e 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -127,6 +127,7 @@ with import ; + -- cgit v1.2.3 From 685a59210a4dd2f254d9c6d98267d1fb8c9a2333 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 23 Apr 2023 12:36:04 +0200 Subject: l neoprism.r: add gsm-wiki --- lass/1systems/neoprism/config.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lass/1systems') diff --git a/lass/1systems/neoprism/config.nix b/lass/1systems/neoprism/config.nix index cc08070af..7b402f8a6 100644 --- a/lass/1systems/neoprism/config.nix +++ b/lass/1systems/neoprism/config.nix @@ -4,6 +4,7 @@ imports = [ + # sync-containers -- cgit v1.2.3