diff --git a/hosts/familypc/config.nix b/hosts/familypc/config.nix index f381f83..c5c75be 100644 --- a/hosts/familypc/config.nix +++ b/hosts/familypc/config.nix @@ -209,6 +209,7 @@ openssh.enable = true; flatpak.enable = false; printing.enable = true; + gnome.gnome-keyring.enable = true; avahi = { enable = true; nssmdns4 = true; diff --git a/hosts/familypc/hardware.nix b/hosts/familypc/hardware.nix index 693389d..5290e86 100644 --- a/hosts/familypc/hardware.nix +++ b/hosts/familypc/hardware.nix @@ -1,41 +1,28 @@ # Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. -{ - config, - lib, - pkgs, - modulesPath, - ... -}: +{ config, lib, modulesPath, ... }: { - imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; + imports = + [ (modulesPath + "/installer/scan/not-detected.nix") + ]; - boot.initrd.availableKernelModules = [ - "xhci_pci" - "ahci" - "nvme" - "usbhid" - "sd_mod" - ]; + boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "nvme" "usbhid" "sd_mod" ]; boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-amd" ]; + boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; - fileSystems."/" = { - device = "/dev/disk/by-uuid/9e36b8f0-e272-4e69-99ad-dba17949887f"; - fsType = "ext4"; - }; + fileSystems."/" = + { device = "/dev/disk/by-uuid/9e36b8f0-e272-4e69-99ad-dba17949887f"; + fsType = "ext4"; + }; - fileSystems."/boot" = { - device = "/dev/disk/by-uuid/7CBF-413D"; - fsType = "vfat"; - options = [ - "fmask=0022" - "dmask=0022" - ]; - }; + fileSystems."/boot" = + { device = "/dev/disk/by-uuid/7CBF-413D"; + fsType = "vfat"; + options = [ "fmask=0022" "dmask=0022" ]; + }; swapDevices = [ ]; @@ -45,8 +32,8 @@ # with explicit per-interface declarations with `networking.interfaces..useDHCP`. networking.useDHCP = lib.mkDefault true; # networking.interfaces.enp7s0.useDHCP = lib.mkDefault true; - # networking.interfaces.wlp6s0.useDHCP = lib.mkDefault true; + # networking.interfaces.wlp0s20u10.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; } diff --git a/hosts/familypc/home.nix b/hosts/familypc/home.nix index ec303c6..43ea8e1 100644 --- a/hosts/familypc/home.nix +++ b/hosts/familypc/home.nix @@ -238,7 +238,7 @@ in telescope-fzf-native-nvim vim-tmux-navigator ]; - extraVimConfig = '' + extraConfig = '' set noemoji ''; extraLuaConfig = ''