summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-01-17 13:22:42 +0100
committerlassulus <lass@aidsballs.de>2016-01-17 13:22:42 +0100
commit8b88007fac9154d0bf7ada6c9ce375989d230d93 (patch)
treec7ab8f2c6de2724133f1a50951a08a3f6f66b775 /shared
parent63910263ccaf2f18bd83ed6e5d49301601ba53e1 (diff)
parentde891cf43181d28cbc9526993df4e55022d230da (diff)
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'shared')
-rw-r--r--shared/1systems/test-minimal-deploy.nix2
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";