Compare commits

..

2 commits

2 changed files with 4 additions and 5 deletions

View file

@ -36,5 +36,9 @@ in {
networkmanager.enable = true;
useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here.
};
services = {
fwupd.enable = true;
};
};
}

View file

@ -23,11 +23,6 @@
thinkpad.enable = true;
};
services = {
fwupd.enable = true; #TODO
pcscd.enable = true; #TODO
};
hardware.acpilight.enable = true;
networking.hostName = "t14";