Merge pull request #36864 from peterhoeg/f/ddclient

nixos ddclient: support multiple domains and run via systemd timer [WIP]
This commit is contained in:
Peter Hoeg
2018-04-19 05:12:29 +00:00
committed by GitHub
4 changed files with 70 additions and 56 deletions
+2 -2
View File
@@ -56,7 +56,7 @@
#dialout = 27; # unused
polkituser = 28;
#utmp = 29; # unused
ddclient = 30;
# ddclient = 30; # converted to DynamicUser = true
davfs2 = 31;
#disnix = 33; # unused
osgi = 34;
@@ -344,7 +344,7 @@
dialout = 27;
#polkituser = 28; # currently unused, polkitd doesn't need a group
utmp = 29;
ddclient = 30;
# ddclient = 30; # converted to DynamicUser = true
davfs2 = 31;
disnix = 33;
osgi = 34;