From 935b05fdf7ab10fecfed307f5b3a2fa7bd6cfbd5 Mon Sep 17 00:00:00 2001 From: Kyler Olsen Date: Wed, 7 May 2025 21:42:24 -0600 Subject: [PATCH] Changed hostname --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1e56d5f..8a76142 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ pkgs = nixpkgs.legacyPackages.${system}; in { nixosConfigurations = { - nixos-ytd = lib.nixosSystem { + moonk4-l = lib.nixosSystem { inherit system; modules = [ ./sys/configuration.nix ]; };