Skip to content

Commit

Permalink
move machines into machines directory
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 20, 2021
1 parent 087aae7 commit 0a110c7
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Expand Up @@ -11,14 +11,14 @@
nixosConfigurations.torch = inputs.nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
(import ./torch inputs)
(import ./machines/torch inputs)
inputs.home-manager.nixosModules.home-manager
];
};

nixosConfigurations.nixos-dev = inputs.nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [ (import ./vbox inputs) ];
modules = [ (import ./machines/nixos-dev inputs) ];
};
};
}
File renamed without changes.
2 changes: 1 addition & 1 deletion vbox/default.nix → machines/nixos-dev/default.nix
Expand Up @@ -8,7 +8,7 @@ inputs:
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../nixos/nix
../../nixos/nix
];

# Use the GRUB 2 boot loader.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0a110c7

Please sign in to comment.