summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 7 insertions, 0 deletions
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