mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-06-22 17:36:56 +02:00
Fix outdated configurations
This commit is contained in:
parent
22e89abe14
commit
8766ffbcc1
3 changed files with 3 additions and 3 deletions
|
@ -68,7 +68,7 @@
|
|||
services.clamav.daemon.enable = true;
|
||||
services.clamav.updater.enable = true;
|
||||
|
||||
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.latest;
|
||||
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
nssmdns4 = true;
|
||||
publish.enable = true;
|
||||
publish.domain = true;
|
||||
publish.addresses = true;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
keyMap = "de";
|
||||
};
|
||||
|
||||
services.xserver.layout = "de";
|
||||
services.xserver.xkb.layout = "de";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue