about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-01-26 22:31:27 +0100
committerProfpatsch <mail@profpatsch.de>2017-01-26 22:31:27 +0100
commitf19a54d6c8efea1e2354f4cd8e418c2ccf9b6641 (patch)
tree32a3facf650e4566375144762d5723b2e573a2ba
parentdf543b11c344e59762ef7d043eeb07dccdce30b6 (diff)
machines/profpatsch: base.nix -> base-workstation.nix
-rw-r--r--machines/profpatsch/base-workstation.nix (renamed from machines/profpatsch/base.nix)0
-rw-r--r--machines/profpatsch/katara.nix2
2 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/base.nix b/machines/profpatsch/base-workstation.nix
index 19b3aa09..19b3aa09 100644
--- a/machines/profpatsch/base.nix
+++ b/machines/profpatsch/base-workstation.nix
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 6aeb4f24..8ecc6a3d 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -7,7 +7,7 @@ let
 in {
 
   imports = [
-    ./base.nix
+    ./base-workstation.nix
   ];
 
   config = rec {