From a32f0ee3427539d362d9f82c061909d445b1151f Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Wed, 16 Jul 2025 14:53:56 +0200 Subject: [PATCH] Drop the new --- hosts/{ayanami-new => ayanami}/configuration.nix | 2 +- hosts/{ayanami-new => ayanami}/hardware-configuration.nix | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hosts/{ayanami-new => ayanami}/configuration.nix (98%) rename hosts/{ayanami-new => ayanami}/hardware-configuration.nix (100%) diff --git a/hosts/ayanami-new/configuration.nix b/hosts/ayanami/configuration.nix similarity index 98% rename from hosts/ayanami-new/configuration.nix rename to hosts/ayanami/configuration.nix index dec4a17..a4af7d6 100644 --- a/hosts/ayanami-new/configuration.nix +++ b/hosts/ayanami/configuration.nix @@ -218,5 +218,5 @@ # compatible, in order to avoid breaking some software such as database # servers. You should change this only after NixOS release notes say you # should. - system.stateVersion = "24.11"; # Did you read the comment? + system.stateVersion = "25.05"; # Did you read the comment? } diff --git a/hosts/ayanami-new/hardware-configuration.nix b/hosts/ayanami/hardware-configuration.nix similarity index 100% rename from hosts/ayanami-new/hardware-configuration.nix rename to hosts/ayanami/hardware-configuration.nix