From adea830fa0649c66ed939848e96713e3c2fc4ef1 Mon Sep 17 00:00:00 2001 From: catvayor Date: Sat, 20 Apr 2024 01:35:01 +0200 Subject: [PATCH] ~ --- hive.nix | 1 + machines/kat-probook/configuration.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hive.nix b/hive.nix index 2bd2c37..3ca7bae 100644 --- a/hive.nix +++ b/hive.nix @@ -20,6 +20,7 @@ in { (users.root { ssh = false; }) users.catvayor ]; + nix.settings.trusted-users = [ "root" "@wheel" ]; }; kat-r86s = { name, nodes, ... }: { diff --git a/machines/kat-probook/configuration.nix b/machines/kat-probook/configuration.nix index 7abfabd..40233e1 100644 --- a/machines/kat-probook/configuration.nix +++ b/machines/kat-probook/configuration.nix @@ -56,6 +56,7 @@ programs.zsh.enable = true; environment.systemPackages = with pkgs; [ + (pkgs.callPackage {}) wget brightnessctl nix-search-cli