From 73dbc2d848bcaa706cd7f8c0bd277a523fe99f11 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sun, 18 Aug 2024 19:01:05 +0200 Subject: [PATCH] NixOS 24.05: add TODO --- hosts/yodaGaming/configuration.nix | 2 ++ hosts/yodaYoga/configuration.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hosts/yodaGaming/configuration.nix b/hosts/yodaGaming/configuration.nix index 9bb907f..c333334 100644 --- a/hosts/yodaGaming/configuration.nix +++ b/hosts/yodaGaming/configuration.nix @@ -42,6 +42,8 @@ ../../modules/jetbrains-ide.nix ]; + foo = throw "NixOS rebuild boot required to update to 24.05"; + networking.hostName = "yodaGaming"; boot.initrd.luks.devices."luks-root".allowDiscards = true; yoda.btrfsFileSystems = ["/"]; diff --git a/hosts/yodaYoga/configuration.nix b/hosts/yodaYoga/configuration.nix index f4dcb33..ca00816 100644 --- a/hosts/yodaYoga/configuration.nix +++ b/hosts/yodaYoga/configuration.nix @@ -24,6 +24,8 @@ ../../modules/btrfs-mount-options.nix ]; + foo = throw "NixOS rebuild boot required to update to 24.05"; + networking.hostName = "yodaYoga"; boot.initrd.luks.devices."luks-a8521407-e25b-4f26-8e7a-a56fcbfd2e35".allowDiscards = true; yoda.btrfsFileSystems = ["/"];