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 = ["/"];