Skip to content

Commit

Permalink
disable the dnsmasq thing i made
Browse files Browse the repository at this point in the history
  • Loading branch information
ifd3f committed May 1, 2024
1 parent 4ae3cb3 commit f13c1fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/nixos-modules/roles/pc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ in {

services.flatpak.enable = true;

/*
# Use dnsmasq to allow live hosts editing in development
services.dnsmasq = {
enable = true;
Expand Down Expand Up @@ -190,6 +191,7 @@ in {
users.dnsmasq.extraGroups = [ "dnsmasq-extra-hosts" ];
groups.dnsmasq-extra-hosts = { };
};
*/

i18n.inputMethod = {
enabled = "fcitx5";
Expand Down

0 comments on commit f13c1fc

Please sign in to comment.