This commit is contained in:
albert 2025-02-17 21:03:42 -08:00
parent 23b3301f64
commit 99c0f0a4b5
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -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";
};
};
};
}