Testing
This commit is contained in:
parent
23b3301f64
commit
99c0f0a4b5
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs, ... }: let interface = "wlp170s0"; in {
|
{ pkgs, ... }: {
|
||||||
boot.initrd = {
|
boot.initrd = let interface = "wlp170s0"; in {
|
||||||
systemd = {
|
systemd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
@ -14,6 +14,7 @@
|
||||||
network.networks."FBI Van#2.4" = {
|
network.networks."FBI Van#2.4" = {
|
||||||
matchConfig.Name = interface;
|
matchConfig.Name = interface;
|
||||||
networkConfig.DHCP = "yes";
|
networkConfig.DHCP = "yes";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue