From bebb7c42bbe87fe041b53189e78a4553e8c08666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Sat, 7 Mar 2026 17:24:34 +0100 Subject: [PATCH] chore: rename matej-tower to tower --- flake.nix | 2 +- hosts/{matej-tower => tower}/configuration.nix | 2 +- hosts/{matej-tower => tower}/hardware-configuration.nix | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename hosts/{matej-tower => tower}/configuration.nix (97%) rename hosts/{matej-tower => tower}/hardware-configuration.nix (100%) diff --git a/flake.nix b/flake.nix index c77420d..584b4b2 100644 --- a/flake.nix +++ b/flake.nix @@ -73,7 +73,7 @@ system = "x86_64-linux"; user = "matej"; }; - matej-tower = mkHost "matej-tower" { + tower = mkHost "tower" { system = "x86_64-linux"; user = "matej"; }; diff --git a/hosts/matej-tower/configuration.nix b/hosts/tower/configuration.nix similarity index 97% rename from hosts/matej-tower/configuration.nix rename to hosts/tower/configuration.nix index 39b20b2..b70097b 100644 --- a/hosts/matej-tower/configuration.nix +++ b/hosts/tower/configuration.nix @@ -60,7 +60,7 @@ easyeffects ]; - networking.hostName = "matej-tower"; + networking.hostName = "tower"; xdg.mime.defaultApplications = { "application/pdf" = "org.pwmt.zathura.desktop"; diff --git a/hosts/matej-tower/hardware-configuration.nix b/hosts/tower/hardware-configuration.nix similarity index 100% rename from hosts/matej-tower/hardware-configuration.nix rename to hosts/tower/hardware-configuration.nix