diff options
| author | Grigory Shipunov | 2023-01-10 00:12:33 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-01-10 00:21:09 +0100 |
| commit | d9ed25f0d773d95a745979093ab247a65866e2fe (patch) | |
| tree | e0977ca362d46303b98ee249c5e92cb1946a65a3 /flake.nix | |
| parent | 1a5575bab88e2f3e3409e2b9b54f6f25bbace8e9 (diff) | |
continue on toaster config
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
