diff options
author | makefu <github@syntax-fehler.de> | 2016-01-14 17:30:02 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-01-14 17:30:02 +0100 |
commit | 7a0480e5fe2b0b0762e56caa1878f7ada8cb76e1 (patch) | |
tree | 40288666cd795ae7965a57aac1a14dc3f45fce7f /shared | |
parent | 1d18ada0773443fddd22ddce04373da782b034a7 (diff) |
ma 1 minimal: cosmetics
Diffstat (limited to 'shared')
-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 ddd96f6b5..309e28950 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"; |