summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
Diffstat (limited to 'makefu')
-rw-r--r--makefu/1systems/darth.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/makefu/1systems/darth.nix b/makefu/1systems/darth.nix
new file mode 100644
index 00000000..32296035
--- /dev/null
+++ b/makefu/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";
+}