Skip to content

Commit

Permalink
nixos-modules/host: convert to directory
Browse files Browse the repository at this point in the history
preparation for a splitup into multiple files
  • Loading branch information
astro committed Jan 20, 2024
1 parent b456e07 commit 0b59661
Show file tree
Hide file tree
Showing 4 changed files with 481 additions and 470 deletions.
2 changes: 1 addition & 1 deletion doc/src/host.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ module directly in your NixOS configuration:
```nix
imports = [ (builtins.fetchGit {
url = "https://github.com/astro/microvm.nix";
} + "/nixos-modules/host.nix") ];
} + "/nixos-modules/host") ];
```
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@

nixosModules = {
microvm = import ./nixos-modules/microvm;
host = import ./nixos-modules/host.nix;
host = import ./nixos-modules/host;
};

defaultTemplate = self.templates.microvm;
Expand Down
Loading

0 comments on commit 0b59661

Please sign in to comment.