about summary refs log tree commit diff
path: root/machines/profpatsch/shiki.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-03-16 17:25:28 +0100
committerProfpatsch <mail@profpatsch.de>2022-03-16 17:25:28 +0100
commit62824c992a0c3371c4701e6d3080721811950b02 (patch)
treed1536553580286691554d86cc4e45d808c8aac77 /machines/profpatsch/shiki.nix
parent652ac49da16123016c36537dc28331649a63bf7b (diff)
machines/Profpatsch: fix new nix settings names
It’s only checked at the end LOL
Diffstat (limited to 'machines/profpatsch/shiki.nix')
-rw-r--r--machines/profpatsch/shiki.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index 23c66cf4..431114fa 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -103,7 +103,7 @@ in {
     ];
 
     nix.distributedBuilds = true;
-    nix.settings.trustedUsers = [ "@wheel" ];
+    nix.settings.trusted-users = [ "@wheel" ];
     nix.buildMachines = [
       # access to the nix-community aarch64 build box
       {
@@ -124,10 +124,10 @@ in {
         supportedFeatures = [ "kvm" "big-parallel" "nixos-test" "benchmark" ];
       }
     ];
-    nix.settings.binaryCaches = [
+    nix.settings.substituters = [
       "https://digitallyinduced.cachix.org"
     ];
-    nix.settings.binaryCachePublicKeys = [
+    nix.settings.trusted-public-keys = [
       "digitallyinduced.cachix.org-1:y+wQvrnxQ+PdEsCt91rmvv39qRCYzEgGQaldK26hCKE="
     ];
 
@@ -336,6 +336,7 @@ in {
 
     # vuizvui.services.guix.enable = true;
 
+
     ###################
     # Graphical System