From 27258da6273c36a9919702622a56fb502d37108f Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 1 Dec 2024 23:47:26 -0700 Subject: [PATCH] [NixOS] Rename: adele -> adell --- nixos/machines/{adele.nix => adell.nix} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename nixos/machines/{adele.nix => adell.nix} (98%) diff --git a/nixos/machines/adele.nix b/nixos/machines/adell.nix similarity index 98% rename from nixos/machines/adele.nix rename to nixos/machines/adell.nix index 5f274422..fa3bd7d4 100644 --- a/nixos/machines/adele.nix +++ b/nixos/machines/adell.nix @@ -59,7 +59,7 @@ swapDevices = [ ]; - networking.hostName = "adele"; + networking.hostName = "adell"; powerManagement.cpuFreqGovernor = lib.mkDefault "performance";