Changed hostname

This commit is contained in:
Kyler Olsen 2025-05-07 21:42:24 -06:00
parent db6496405c
commit 935b05fdf7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
pkgs = nixpkgs.legacyPackages.${system};
in {
nixosConfigurations = {
nixos-ytd = lib.nixosSystem {
moonk4-l = lib.nixosSystem {
inherit system;
modules = [ ./sys/configuration.nix ];
};