l 3 dnsmasq: remove dead code
This commit is contained in:
parent
d0a573c4c5
commit
ff3dc90d1c
@ -25,13 +25,6 @@ let
|
|||||||
configFile = pkgs.writeText "dnsmasq.conf" cfg.config;
|
configFile = pkgs.writeText "dnsmasq.conf" cfg.config;
|
||||||
|
|
||||||
imp = {
|
imp = {
|
||||||
#users.extraUsers.go = {
|
|
||||||
# name = "go";
|
|
||||||
# uid = 42774411; #genid go
|
|
||||||
# description = "go url shortener user";
|
|
||||||
# home = "/var/lib/go";
|
|
||||||
# createHome = true;
|
|
||||||
#};
|
|
||||||
|
|
||||||
systemd.services.dnsmasq = {
|
systemd.services.dnsmasq = {
|
||||||
description = "dnsmasq";
|
description = "dnsmasq";
|
||||||
|
Loading…
Reference in New Issue
Block a user