diff options
author | makefu <github@syntax-fehler.de> | 2016-03-11 02:10:34 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-03-11 02:10:34 +0100 |
commit | f5e1235d01e989437bb1352c403a5c9d4afcb3d3 (patch) | |
tree | d2d4e83bce1036e212c7d6e840c5eb249659d104 /makefu/1systems/darth.nix | |
parent | 1db28fe74d2ac99bd932b08c6f2cdff6b02f7aff (diff) |
ma 2 tinc-basic-retiolum: RIP
Diffstat (limited to 'makefu/1systems/darth.nix')
-rw-r--r-- | makefu/1systems/darth.nix | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/makefu/1systems/darth.nix b/makefu/1systems/darth.nix index 322960354..7dffb71d9 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"; } |