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 {
|
||||
boot.initrd = {
|
||||
{ pkgs, ... }: {
|
||||
boot.initrd = let interface = "wlp170s0"; in {
|
||||
systemd = {
|
||||
enable = true;
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
|||
network.networks."FBI Van#2.4" = {
|
||||
matchConfig.Name = interface;
|
||||
networkConfig.DHCP = "yes";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue