Skip to content

Commit 0b59661

Browse files
committed
nixos-modules/host: convert to directory
preparation for a splitup into multiple files
1 parent b456e07 commit 0b59661

File tree

4 files changed

+481
-470
lines changed

4 files changed

+481
-470
lines changed

doc/src/host.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ module directly in your NixOS configuration:
5252
```nix
5353
imports = [ (builtins.fetchGit {
5454
url = "https://github.com/astro/microvm.nix";
55-
} + "/nixos-modules/host.nix") ];
55+
} + "/nixos-modules/host") ];
5656
```

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147

148148
nixosModules = {
149149
microvm = import ./nixos-modules/microvm;
150-
host = import ./nixos-modules/host.nix;
150+
host = import ./nixos-modules/host;
151151
};
152152

153153
defaultTemplate = self.templates.microvm;

0 commit comments

Comments
 (0)