From 4d687e54a7055b0ad200c6c713f39965098de18c Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 18 Aug 2025 22:49:50 -0500 Subject: [PATCH] spellcheck --- flake.lock | 36 +----------------------------------- system-config/default.nix | 3 +-- 2 files changed, 2 insertions(+), 37 deletions(-) diff --git a/flake.lock b/flake.lock index 6bc6164..aa59868 100644 --- a/flake.lock +++ b/flake.lock @@ -805,9 +805,7 @@ "nixpkgs-us": "nixpkgs-us", "nixvim": "nixvim", "sops-nix": "sops-nix", - "sugar-dark-sddm": "sugar-dark-sddm", - "themecord": "themecord", - "tokyo-night-sddm": "tokyo-night-sddm" + "themecord": "themecord" } }, "sops-nix": { @@ -830,22 +828,6 @@ "type": "github" } }, - "sugar-dark-sddm": { - "flake": false, - "locked": { - "lastModified": 1661321743, - "narHash": "sha256-flOspjpYezPvGZ6b4R/Mr18N7N3JdytCSwwu6mf4owQ=", - "owner": "MarianArlt", - "repo": "sddm-sugar-dark", - "rev": "ceb2c455663429be03ba62d9f898c571650ef7fe", - "type": "github" - }, - "original": { - "owner": "MarianArlt", - "repo": "sddm-sugar-dark", - "type": "github" - } - }, "systems": { "locked": { "lastModified": 1689347949, @@ -926,22 +908,6 @@ "type": "github" } }, - "tokyo-night-sddm": { - "flake": false, - "locked": { - "lastModified": 1686823900, - "narHash": "sha256-JRVVzyefqR2L3UrEK2iWyhUKfPMUNUnfRZmwdz05wL0=", - "owner": "siddrs", - "repo": "tokyo-night-sddm", - "rev": "320c8e74ade1e94f640708eee0b9a75a395697c6", - "type": "github" - }, - "original": { - "owner": "siddrs", - "repo": "tokyo-night-sddm", - "type": "github" - } - }, "xdph": { "inputs": { "hyprland-protocols": [ diff --git a/system-config/default.nix b/system-config/default.nix index 8035fc4..ac00d88 100644 --- a/system-config/default.nix +++ b/system-config/default.nix @@ -38,6 +38,7 @@ channel.enable = false; settings = { experimental-features = [ "nix-command" "flakes" ]; + trusted-users = lib.mkIf config.sysconfig.remoteBuildHost [ "remote-builder" ]; }; distributedBuilds = config.sysconfig.remoteBuildClient; @@ -55,8 +56,6 @@ systems = [ "x86_64-linux" "aarch64-linux" ]; } ]; - - trusted-users = lib.mkIf config.sysconfig.remoteBuildHost [ "remote-builder" ]; }; boot.binfmt.emulatedSystems = lib.mkIf config.sysconfig.remoteBuildHost [ "aarch64-linux" ];