diff options
author | lassulus <lass@aidsballs.de> | 2016-01-17 13:22:42 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-01-17 13:22:42 +0100 |
commit | 8b88007fac9154d0bf7ada6c9ce375989d230d93 (patch) | |
tree | c7ab8f2c6de2724133f1a50951a08a3f6f66b775 /shared/1systems | |
parent | 63910263ccaf2f18bd83ed6e5d49301601ba53e1 (diff) | |
parent | de891cf43181d28cbc9526993df4e55022d230da (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'shared/1systems')
-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"; |