From 2cce4e6f036d7f87213ed8c99ca3afcf518293d4 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 13 Sep 2024 16:58:15 -0400 Subject: [PATCH] rustboro: use flake master --- hosts/rustboro/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index ff54ec39..5f2268ea 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -36,11 +36,7 @@ }; }; - environment.variables = { - FLAKE = "https://flakehub.com/f/alyraffauf/nixcfg/*.tar.gz"; - GDK_SCALE = "1.25"; - }; - + environment.variables.GDK_SCALE = "1.25"; networking.hostName = "rustboro"; system.stateVersion = "24.05"; zramSwap.memoryPercent = 100;