add darth
This commit is contained in:
parent
86be002cc6
commit
11ca97b163
15
1systems/darth.nix
Normal file
15
1systems/darth.nix
Normal 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";
|
||||
}
|
Loading…
Reference in a new issue