From a887a34c0f5876c0ed5ecc62c7e673c78a4c9a2b Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sat, 2 Mar 2024 19:53:24 +0100 Subject: [PATCH] New system. --- nixos/hardware-configuration.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/nixos/hardware-configuration.nix b/nixos/hardware-configuration.nix index afb5a49..151c10b 100644 --- a/nixos/hardware-configuration.nix +++ b/nixos/hardware-configuration.nix @@ -1,7 +1,7 @@ # 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, modulesPath, ... }: +{ config, lib, pkgs, modulesPath, ... }: { imports = @@ -11,20 +11,19 @@ boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ]; + boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/378a2cc3-3885-4d83-98d6-cbbf5dfc73fd"; + { device = "/dev/disk/by-uuid/35fda926-38bd-4da4-984e-054f768e2e95"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/62C0-1109"; + { device = "/dev/disk/by-uuid/7BBE-9699"; fsType = "vfat"; }; - swapDevices = - [ { device = "/dev/disk/by-uuid/e76bb593-aa6c-4aa6-bf2d-723e3be01edc"; } - ]; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's