Commit e641d0b33dd4
Changed files (1)
machines
machines/kobe.nix
@@ -0,0 +1,7 @@
+{ pkgs, prefix, ... }:
+
+{
+ imports = [
+ ./base.nix
+ ];
+}