add darth

This commit is contained in:
makefu 2016-03-06 20:56:25 +01:00
parent 86be002cc6
commit 11ca97b163

15
1systems/darth.nix Normal file
View file

@ -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";
}