commit 6180b364385132e4fbeb9a8000860eb3e9a746c6
parent 4745ff9dd29edfc84cf91957bf4362186d3a032f
Author: mtmn <miro@haravara.org>
Date: Fri, 17 Apr 2026 23:40:28 +0200
flake.nix home.nix hosts/nixaran/configuration.nix modules/nixos/base.nix modules/services/attic.nix
Diffstat:
5 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/flake.nix b/flake.nix
@@ -73,7 +73,7 @@
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
- "central:7OgUwblUa9YD6dVxXSApAGyC0/oQ/JJUH2puRZ0sv0M="
+ "nixaran:d63/FF1RnBYzFggx+wvp4SVtGmemzR1tlaRrh0Msf4M="
];
netrc-file = "/run/agenix/netrc";
};
@@ -114,7 +114,7 @@
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
- "central:7OgUwblUa9YD6dVxXSApAGyC0/oQ/JJUH2puRZ0sv0M="
+ "nixaran:d63/FF1RnBYzFggx+wvp4SVtGmemzR1tlaRrh0Msf4M="
];
};
}
diff --git a/home.nix b/home.nix
@@ -52,7 +52,7 @@
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
- "central:7OgUwblUa9YD6dVxXSApAGyC0/oQ/JJUH2puRZ0sv0M="
+ "nixaran:d63/FF1RnBYzFggx+wvp4SVtGmemzR1tlaRrh0Msf4M="
];
};
gc = {
diff --git a/hosts/nixaran/configuration.nix b/hosts/nixaran/configuration.nix
Binary files differ.
diff --git a/modules/nixos/base.nix b/modules/nixos/base.nix
@@ -18,7 +18,7 @@
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
- "central:7OgUwblUa9YD6dVxXSApAGyC0/oQ/JJUH2puRZ0sv0M="
+ "nixaran:d63/FF1RnBYzFggx+wvp4SVtGmemzR1tlaRrh0Msf4M="
];
};
gc = {
diff --git a/modules/services/attic.nix b/modules/services/attic.nix
@@ -48,6 +48,8 @@ in {
};
users.groups.atticd = {};
+ nix.settings.secret-key-files = cfg.signingKeyFile;
+
services.atticd = {
enable = true;
user = "atticd";