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;
|
||||
|
||||
imp = {
|
||||
#users.extraUsers.go = {
|
||||
# name = "go";
|
||||
# uid = 42774411; #genid go
|
||||
# description = "go url shortener user";
|
||||
# home = "/var/lib/go";
|
||||
# createHome = true;
|
||||
#};
|
||||
|
||||
systemd.services.dnsmasq = {
|
||||
description = "dnsmasq";
|
||||
|
Loading…
Reference in New Issue
Block a user