summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/darth.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-03-11 02:10:34 +0100
committermakefu <github@syntax-fehler.de>2016-03-11 02:10:34 +0100
commitf5e1235d01e989437bb1352c403a5c9d4afcb3d3 (patch)
treed2d4e83bce1036e212c7d6e840c5eb249659d104 /makefu/1systems/darth.nix
parent1db28fe74d2ac99bd932b08c6f2cdff6b02f7aff (diff)
ma 2 tinc-basic-retiolum: RIP
Diffstat (limited to 'makefu/1systems/darth.nix')
-rw-r--r--makefu/1systems/darth.nix22
1 files changed, 11 insertions, 11 deletions
diff --git a/makefu/1systems/darth.nix b/makefu/1systems/darth.nix
index 32296035..7dffb71d 100644
--- a/makefu/1systems/darth.nix
+++ b/makefu/1systems/darth.nix
@@ -1,15 +1,15 @@
-{ config, pkgs, ... }:
+{ config, pkgs, lib, ... }:
+
+with config.krebs.lib;
{
- imports =
- [
+ imports = [
../2configs/fs/single-partition-ext4.nix
../2configs/zsh-user.nix
- ];
- krebs = {
- enable = true;
- retiolum.enable = true;
- build.host = config.krebs.hosts.darth;
- };
- # You want to change these :)
- boot.loader.grub.device = "/dev/sda";
+ ../.
+ ];
+
+ krebs.build.host = config.krebs.hosts.darth;
+ krebs.retiolum.enable = true;
+
+ boot.loader.grub.device = "/dev/disk/by-id/ata-ADATA_SSD_S599_64GB_10460000000000000039";
}