diff --git a/flake.nix b/flake.nix index b4ced79..7ee97e5 100755 --- a/flake.nix +++ b/flake.nix @@ -33,5 +33,13 @@ ]; }; }; + nixosConfigurations = { + hime = lib.nixosSystem { + inherit system; + modules = [ + ./hosts/hime/default.nix + ]; + }; + }; }; }