From 3a240ed23d47a8af1de0ddf50349348b1f562c23 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 3 Apr 2023 19:46:44 +0000 Subject: [PATCH 1/6] Update configuration.nix --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.nix b/configuration.nix index c581abd..3c517eb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -19,6 +19,13 @@ systemd-boot.consoleMode = "0"; }; + boot.initrd.luks.devices = { + root = { + device = "/dev/sda"; + preLVM = true; + }; + }; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; nix.settings.extra-platforms = [ "aarch64-linux" ]; From 4062547bbc81cb6014b98fa0762a4810fd196051 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 25 Apr 2023 19:23:56 +0000 Subject: [PATCH 2/6] Update configuration.nix --- configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 3c517eb..811a957 100644 --- a/configuration.nix +++ b/configuration.nix @@ -92,7 +92,6 @@ libcamera lshw nix-index - toybox unzip wget xz From de293c6a0504bbb73bc23b2161250c97ec4ab54a Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 12 May 2023 14:38:34 +0000 Subject: [PATCH 3/6] Update vm.nix --- systems/vm.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/systems/vm.nix b/systems/vm.nix index 7e62d53..b6eb893 100644 --- a/systems/vm.nix +++ b/systems/vm.nix @@ -57,7 +57,6 @@ packages = with pkgs; [ # Fonts fira - fira-mono restic neofetch @@ -77,7 +76,6 @@ libcamera lshw nix-index - toybox unzip wget xz From 6280d997d0b468f604bf1eec323aa99f1a9ac30d Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 11 Aug 2023 14:07:55 +0000 Subject: [PATCH 4/6] Update vm.nix --- systems/vm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/vm.nix b/systems/vm.nix index b6eb893..c75df36 100644 --- a/systems/vm.nix +++ b/systems/vm.nix @@ -73,6 +73,7 @@ avahi cargo dmidecode + firefox libcamera lshw nix-index From c30c0b7e90934c1d722b40dfd54630671fd68a24 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 11 Aug 2023 14:20:10 +0000 Subject: [PATCH 5/6] Update vm.nix From 4afa31d93fadd3a9caee675d04c5b8505e0bc64e Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 11 Aug 2023 14:21:29 +0000 Subject: [PATCH 6/6] Update to 23.05 --- systems/vm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/vm.nix b/systems/vm.nix index c75df36..ffb929c 100644 --- a/systems/vm.nix +++ b/systems/vm.nix @@ -108,7 +108,7 @@ }; # System - system.stateVersion = "22.11"; + system.stateVersion = "23.05"; system.autoUpgrade.enable = true; }