finish moving pkgs.linimix.callService to config.system
This commit is contained in:
@@ -16,7 +16,7 @@ in {
|
||||
};
|
||||
};
|
||||
config = {
|
||||
system.service.dnsmasq = liminix.callService ./service.nix {
|
||||
system.service.dnsmasq = config.system.callService ./service.nix {
|
||||
user = mkOption {
|
||||
type = types.str;
|
||||
default = "dnsmasq";
|
||||
|
Reference in New Issue
Block a user