ma cake.r: init
This commit is contained in:
parent
a28b73394d
commit
7838ae1dc3
20
1systems/cake/config.nix
Normal file
20
1systems/cake/config.nix
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
<stockholm/makefu>
|
||||||
|
# configure your hw:
|
||||||
|
# <stockholm/makefu/2configs/hw/CAC.nix>
|
||||||
|
# <stockholm/makefu/2configs/fs/CAC-CentOS-7-64bit.nix>
|
||||||
|
# <stockholm/makefu/2configs/save-diskspace.nix
|
||||||
|
];
|
||||||
|
krebs = {
|
||||||
|
enable = true;
|
||||||
|
tinc.retiolum.enable = true;
|
||||||
|
build.host = config.krebs.hosts.cake;
|
||||||
|
};
|
||||||
|
# You want to change these :)
|
||||||
|
boot.loader.grub.device = "/dev/sda";
|
||||||
|
fileSystems."/" = {
|
||||||
|
device = "/dev/sda1";
|
||||||
|
};
|
||||||
|
}
|
3
1systems/cake/source.nix
Normal file
3
1systems/cake/source.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
import <stockholm/makefu/source.nix> {
|
||||||
|
name="cake";
|
||||||
|
}
|
Loading…
Reference in a new issue