From d9ed25f0d773d95a745979093ab247a65866e2fe Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 10 Jan 2023 00:12:33 +0100 Subject: continue on toaster config --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a6a46f9..20686bc 100644 --- a/flake.nix +++ b/flake.nix @@ -54,11 +54,16 @@ specialArgs = { inherit inputs; }; modules = [ sops-nix.nixosModules.sops + ./hosts/toaster + ./modules/basic-tools.nix ./modules/binary-caches.nix ./modules/devtools.nix ./modules/gnupg.nix + ./modules/mail + ./modules/radio.nix + ./modules/science.nix ./modules/sway.nix ./modules/tlp.nix ]; @@ -69,7 +74,9 @@ specialArgs = { inherit inputs; }; modules = [ sops-nix.nixosModules.sops + ./hosts/microwave + ./modules/basic-tools.nix ./modules/binary-caches.nix ./modules/chromium.nix -- cgit v1.3.1