Skip to content
Snippets Groups Projects
Commit dff94cc1 authored by Tom Prince's avatar Tom Prince
Browse files

local-grid: Rename the hardware-virtual gridlib module to indicate that it is for vagrant.

parent dc9f5f0f
No related branches found
No related tags found
2 merge requests!228merge develop into production,!182Simplify local grid hardware
......@@ -27,7 +27,8 @@ let
../../../nixos/modules/deployment.nix
# Give it a good SSH configuration.
../../../nixos/modules/ssh.nix
gridlib.hardware-virtual
# Configure things specific to the virtualisation environment.
gridlib.hardware-vagrant
];
services.private-storage.sshUsers = ssh-users;
......
......@@ -5,7 +5,7 @@
base = import ./base.nix;
hardware-aws = import ./issuer-aws.nix;
hardware-virtual = import ./hardware-virtual.nix;
hardware-vagrant = import ./hardware-vagrant.nix;
issuer = import ./issuer.nix;
customize-issuer = import ./customize-issuer.nix;
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment