From 4b8882d82dcc8667d2b1276d65e43d081c5fa868 Mon Sep 17 00:00:00 2001 From: andromeda Date: Wed, 31 Dec 2025 02:28:00 +0100 Subject: change pub key management again, centralize users, start to modularize lenovo conf --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 328aad5..ded0b74 100644 --- a/flake.nix +++ b/flake.nix @@ -35,11 +35,11 @@ noshell, nur, nvf, + self, stylix, ... }: let machines = import ./machines.nix; - _173-249-5-230 = machines._173-249-5-230; configuration = machine: modules: nixpkgs.lib.nixosSystem { system = machine.system; @@ -48,11 +48,13 @@ modules ++ [ ./machines/${machine.hostname}/configuration.nix + ./users.nix + ./secrets.nix + agenix.nixosModules.default ]; }; configurationWithHomeManager = machine: (configuration machine [ - agenix.nixosModules.default home-manager.nixosModules.home-manager { nixpkgs.overlays = [ -- cgit v1.3