Not exactly sure what I did this change

This commit is contained in:
Jimbo 2024-09-02 23:51:58 -04:00
parent 76bcddb513
commit 2733bc2ad8
4 changed files with 15 additions and 105 deletions

View file

@ -36,5 +36,5 @@
./services/mpd.nix
];
networking.hostName = "JimDesktop";
networking.hostName = "JimDeck";
}

View file

@ -7,7 +7,6 @@
# Set all boot options
boot = {
# Set a kernel version and load/blacklist drivers
kernelPackages = pkgs.linux_jovian;
blacklistedKernelModules = [
"pcspkr"
];