about summary refs log tree commit diff
path: root/machines/profpatsch/shiki.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/shiki.nix')
-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;