summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-10-01 14:01:48 +0200
committermakefu <github@syntax-fehler.de>2017-10-01 14:01:48 +0200
commit7838ae1dc3777ad8ab9b92471a549ee1df06fc9d (patch)
tree9f65561841c5cf6b076c6909431add6c9c67cbf1 /1systems
parenta28b73394d72577d665079c99f95bfcf91b4a9df (diff)
ma cake.r: init
Diffstat (limited to '1systems')
-rw-r--r--1systems/cake/config.nix20
-rw-r--r--1systems/cake/source.nix3
2 files changed, 23 insertions, 0 deletions
diff --git a/1systems/cake/config.nix b/1systems/cake/config.nix
new file mode 100644
index 000000000..0630d19ad
--- /dev/null
+++ b/1systems/cake/config.nix
@@ -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";
+ };
+} \ No newline at end of file
diff --git a/1systems/cake/source.nix b/1systems/cake/source.nix
new file mode 100644
index 000000000..797417a1d
--- /dev/null
+++ b/1systems/cake/source.nix
@@ -0,0 +1,3 @@
+import <stockholm/makefu/source.nix> {
+ name="cake";
+} \ No newline at end of file
[cgit] Unable to lock slot /tmp/cgit/c8100000.lock: No such file or directory (2)