From 4232ccf0226782f4ccace7685614783fbf1610f4 Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@private.storage>
Date: Mon, 13 Feb 2023 18:04:41 +0000
Subject: [PATCH] Beautify

---
 nixos/modules/deployment.nix | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nixos/modules/deployment.nix b/nixos/modules/deployment.nix
index cbc8766e..17eb095f 100755
--- a/nixos/modules/deployment.nix
+++ b/nixos/modules/deployment.nix
@@ -35,11 +35,11 @@ in {
   config = {
     # Configure the system to use our binary cache so that deployment updates
     # only require downloading pre-built software, not building it ourselves.
-    nix = {
-      settings.trusted-public-keys = [
+    nix.settings = {
+      trusted-public-keys = [
         "saxtons.private.storage:MplOcEH8G/6mRlhlKkbA8GdeFR3dhCFsSszrspE/ZwY="
       ];
-      settings.substituters = [
+      substituters = [
         "http://saxtons.private.storage"
       ];
     };
-- 
GitLab