stockholm/makefu/1systems/darth.nix
2016-03-06 20:56:32 +01:00

16 lines
339 B
Nix

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