diff options
author | tv <tv@krebsco.de> | 2016-02-04 01:31:21 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-04 01:31:21 +0100 |
commit | 5d34088c652112418ca9e8c9c4756bdf068e3fdf (patch) | |
tree | d50c68c1676b492412861d5e46a606751da32a26 /shared/1systems/test-minimal-deploy.nix | |
parent | 21718b041f96391ec91497a4932cb6d8bd7f2f30 (diff) | |
parent | 5b1e066cbd3106d03300276a704955df6cf7657e (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'shared/1systems/test-minimal-deploy.nix')
-rw-r--r-- | shared/1systems/test-minimal-deploy.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/1systems/test-minimal-deploy.nix b/shared/1systems/test-minimal-deploy.nix index ddd96f6..309e289 100644 --- a/shared/1systems/test-minimal-deploy.nix +++ b/shared/1systems/test-minimal-deploy.nix @@ -5,7 +5,7 @@ build.user = config.krebs.users.shared; build.host = config.krebs.hosts.test-all-krebs-modules; }; - # just get the system running + # just get the system to eval in nixos without errors boot.loader.grub.devices = ["/dev/sda"]; fileSystems."/" = { device = "/dev/lol"; |