summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2022-07-11 19:27:51 +0200
committerGrigory Shipunov2022-07-11 19:27:51 +0200
commit4368fa3920a477ef5d421b3174de933637a4bd12 (patch)
treebdddea10bcb8fe9f49f2468244fa6d21a1f06d45 /flake.nix
parentad486191bc0c8aa919c357d437951c0a42d5718d (diff)
mircowave: use iwd, resolvd and networkmanager
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index 15bd5c9..92e6f6f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -38,16 +38,13 @@
modules = [
sops-nix.nixosModules.sops
home-manager.nixosModules.home-manager
- ./hosts/microwave/configuration.nix
- ./hosts/microwave/secrets.nix
- ./hosts/microwave/hardware-configuration.nix
+ ./hosts/microwave
./modules/graphical.nix
./modules/basic-tools.nix
./modules/gnupg.nix
./modules/hw-accel-intel.nix
./modules/radio.nix
./modules/tlp.nix
- ./modules/wireguard.nix
./modules/binary-caches.nix
./modules/science.nix
./modules/mail.nix
@@ -55,7 +52,6 @@
./modules/virtualization.nix
({ pkgs, ... }: {
services.throttled.enable = true;
- services.influxdb.enable = true;
})
({ pkgs, ... }: {
nixpkgs.overlays = [ fenix.overlay ];