nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit 763b96632f9a470d25413d868a1c15be9b415b9d
parent 6180b364385132e4fbeb9a8000860eb3e9a746c6
Author: mtmn <miro@haravara.org>
Date:   Fri, 17 Apr 2026 23:45:04 +0200

Revert "flake.nix home.nix hosts/nixaran/configuration.nix modules/nixos/base.nix modules/services/attic.nix"

This reverts commit e871e8c845728369abb0701519fcd42a5a04780c.

Diffstat:
Mflake.nix | 4++--
Mhome.nix | 2+-
Mhosts/nixaran/configuration.nix | 0
Mmodules/nixos/base.nix | 2+-
Mmodules/services/attic.nix | 2--
5 files changed, 4 insertions(+), 6 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=" - "nixaran:d63/FF1RnBYzFggx+wvp4SVtGmemzR1tlaRrh0Msf4M=" + "central:7OgUwblUa9YD6dVxXSApAGyC0/oQ/JJUH2puRZ0sv0M=" ]; netrc-file = "/run/agenix/netrc"; }; @@ -114,7 +114,7 @@ trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - "nixaran:d63/FF1RnBYzFggx+wvp4SVtGmemzR1tlaRrh0Msf4M=" + "central:7OgUwblUa9YD6dVxXSApAGyC0/oQ/JJUH2puRZ0sv0M=" ]; }; } 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=" - "nixaran:d63/FF1RnBYzFggx+wvp4SVtGmemzR1tlaRrh0Msf4M=" + "central:7OgUwblUa9YD6dVxXSApAGyC0/oQ/JJUH2puRZ0sv0M=" ]; }; 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=" - "nixaran:d63/FF1RnBYzFggx+wvp4SVtGmemzR1tlaRrh0Msf4M=" + "central:7OgUwblUa9YD6dVxXSApAGyC0/oQ/JJUH2puRZ0sv0M=" ]; }; gc = { diff --git a/modules/services/attic.nix b/modules/services/attic.nix @@ -48,8 +48,6 @@ in { }; users.groups.atticd = {}; - nix.settings.secret-key-files = cfg.signingKeyFile; - services.atticd = { enable = true; user = "atticd";