summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-03-06 20:56:25 +0100
committermakefu <github@syntax-fehler.de>2016-03-06 20:56:32 +0100
commit11ca97b163c0351085ca3a7204ec9e6b70c6f2e2 (patch)
tree0c422168ec88f7c7d539e87f8ddb028be017052e /1systems
parent86be002cc610fa84bbc6b5a2a44aa5157782bb2c (diff)
add darth
Diffstat (limited to '1systems')
-rw-r--r--1systems/darth.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/1systems/darth.nix b/1systems/darth.nix
new file mode 100644
index 000000000..322960354
--- /dev/null
+++ b/1systems/darth.nix
@@ -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";
+}