summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-01-14 17:30:02 +0100
committermakefu <github@syntax-fehler.de>2016-01-14 17:30:02 +0100
commit35a70789778e86e0431c2dfc4bb1075d9049bf38 (patch)
treeb75e5b2aaf4479ab22e57c3a0a1312365435ce73 /shared
parentcf1c948f48a5e8c46159e984224cd1080da79c17 (diff)
ma 1 minimal: cosmetics
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 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";