about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-03-04 23:25:56 +0100
committerProfpatsch <mail@profpatsch.de>2019-03-25 13:53:46 +0100
commit4431d5a0db4d65f224ed866655eec2ec9eac159a (patch)
tree09fb9db71729b86e4ec51404046b1791786cdaa2 /machines
parent391210ebe49d03e83a07e613d17465dbe6a2a6b8 (diff)
machines/profpatsch: katara -> shiki (hostname)
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/shiki.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index 98842ecd..f916905d 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -67,8 +67,8 @@ in {
       "vuizvui=${myLib.philip.home}/vuizvui"
       "nixpkgs=${myLib.philip.home}/nixpkgs"
       # TODO: nicer?
-      "nixos-config=${pkgs.writeText "katara-configuration.nix" ''
-        (import <vuizvui/machines>).profpatsch.katara.config
+      "nixos-config=${pkgs.writeText "shiki-configuration.nix" ''
+        (import <vuizvui/machines>).profpatsch.shiki.config
       ''}"
     ];
 
@@ -101,7 +101,7 @@ in {
     ##########
     # Network
 
-    networking.hostName = "katara";
+    networking.hostName = "shiki";
 
     networking.networkmanager.enable = true;