From 891b8ae71889779cd1050c1f6bc64979f1a37363 Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 29 Apr 2025 17:26:29 +0200 Subject: [PATCH 1/2] hosts/clerie-backup: Update hardware configuration --- hosts/clerie-backup/hardware-configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/clerie-backup/hardware-configuration.nix b/hosts/clerie-backup/hardware-configuration.nix index c9d66e6..cf1a112 100644 --- a/hosts/clerie-backup/hardware-configuration.nix +++ b/hosts/clerie-backup/hardware-configuration.nix @@ -8,7 +8,7 @@ [ (modulesPath + "/profiles/qemu-guest.nix") ]; - boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "sr_mod" "virtio_blk" ]; + boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" "sr_mod" "virtio_blk" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; @@ -19,7 +19,7 @@ }; fileSystems."/mnt/clerie-backup" = - { device = "/dev/disk/by-uuid/69e75b00-23e1-4775-98a6-061a79d806cf"; + { device = "/dev/disk/by-uuid/15a42e2e-57dc-43ff-a50d-8b73952d4558"; fsType = "ext4"; }; @@ -33,4 +33,7 @@ # networking.interfaces.ens18.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; + boot.swraid.enable = true; + + } From 90c0c6c6e540f438c3c636d268c9729d396d08fa Mon Sep 17 00:00:00 2001 From: Flake Update Bot Date: Wed, 30 Apr 2025 03:04:05 +0200 Subject: [PATCH 2/2] Update nixpkgs 2025-04-30-01-03 --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 6d926d2..12040f0 100644 --- a/flake.lock +++ b/flake.lock @@ -551,11 +551,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1745234285, - "narHash": "sha256-GfpyMzxwkfgRVN0cTGQSkTC0OHhEkv3Jf6Tcjm//qZ0=", + "lastModified": 1745930157, + "narHash": "sha256-y3h3NLnzRSiUkYpnfvnS669zWZLoqqI6NprtLQ+5dck=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c11863f1e964833214b767f4a369c6e6a7aba141", + "rev": "46e634be05ce9dc6d4db8e664515ba10b78151ae", "type": "github" }, "original": {