diff options
author | makefu <github@syntax-fehler.de> | 2016-03-06 20:56:25 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-03-06 20:56:32 +0100 |
commit | 533c3c07b7a4750e97eb1c474e01e651ddb83aa5 (patch) | |
tree | 571c060856a1e2659a921d5da9392ade87743d41 /makefu/1systems/darth.nix | |
parent | 2fd7d1b1ab10dbd84cf85ebf149a12f3a92d7815 (diff) |
add darth
Diffstat (limited to 'makefu/1systems/darth.nix')
-rw-r--r-- | makefu/1systems/darth.nix | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/makefu/1systems/darth.nix b/makefu/1systems/darth.nix new file mode 100644 index 000000000..322960354 --- /dev/null +++ b/makefu/1systems/darth.nix @@ -0,0 +1,15 @@ +{ config, pkgs, ... }: +{ + 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"; +} |