forked from DGNum/liminix
cruft
This commit is contained in:
parent
b363840901
commit
f249c12bec
2 changed files with 1 additions and 7 deletions
|
@ -163,7 +163,7 @@ in rec {
|
||||||
dir = "/run/dnsmasq";
|
dir = "/run/dnsmasq";
|
||||||
shell = "/bin/false";
|
shell = "/bin/false";
|
||||||
};
|
};
|
||||||
users.root.passwd = lib.mkForce secrets.root_password;
|
users.root = secrets.root;
|
||||||
|
|
||||||
groups.dnsmasq = {
|
groups.dnsmasq = {
|
||||||
gid = 51; usernames = ["dnsmasq"];
|
gid = 51; usernames = ["dnsmasq"];
|
||||||
|
|
|
@ -31,12 +31,6 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# services.dhcpc =
|
|
||||||
# let iface = config.hardware.networkInterfaces.lan;
|
|
||||||
# in (udhcpc iface {
|
|
||||||
# dependencies = [ config.services.hostname ];
|
|
||||||
# }) // { inherit (iface) device; };
|
|
||||||
|
|
||||||
rootfsType = "jffs2";
|
rootfsType = "jffs2";
|
||||||
services.default = lib.mkForce (target {
|
services.default = lib.mkForce (target {
|
||||||
name = "default";
|
name = "default";
|
||||||
|
|
Loading…
Reference in a new issue