diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-07-03 11:21:21 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-07-03 11:21:21 +0530 |
| commit | 55770604dbecdcb765189553e010aa18f9828f14 (patch) | |
| tree | f663af2a18b7dbf065d2f1d14153282e93986317 /configuration.nix | |
| parent | 7b4f6f9da8c2261cb615095284f9a773ae92e338 (diff) | |
| download | nixos-config-55770604dbecdcb765189553e010aa18f9828f14.tar.gz nixos-config-55770604dbecdcb765189553e010aa18f9828f14.zip | |
Remove service router
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configuration.nix b/configuration.nix index 6d95cd8..41ea1d5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -6,7 +6,6 @@ ./hardware/thinkpad-e14 ./packages.nix ./overlays-system.nix - ./modules/service-router.module.nix ./modules/login.nix ./modules/torrent.nix ./modules/work.nix @@ -23,8 +22,6 @@ allowBroken = false; }; - services.service-router.enable = false; # TODO: Remove when all set - services.udisks2.enable = true; programs.dconf.enable = true; |
