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