diff options
author | makefu <github@syntax-fehler.de> | 2016-01-16 02:01:48 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-01-16 02:01:48 +0100 |
commit | 7cf54a1d791fff716968a145feb55f28b84aef76 (patch) | |
tree | c140efc5965c2b4a74c1a479b7867148ea9bb4c6 /shared | |
parent | 3bb965c3f071f30a2ac381fb18cb2da5603193a3 (diff) | |
parent | 0c1c54e728d8838b184d43a9adb67f4258a21569 (diff) |
Merge branch 'master' of gum:stockholm
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"; |