From c056cd29194c411af4041c21f899c6647991ba66 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Sun, 29 Mar 2026 15:32:44 -0400 Subject: [PATCH] rename to netty --- flake.nix | 6 +++--- home/{linux.nix => netty.nix} | 0 hosts/{linux => netty}/configuration.nix | 0 hosts/{linux => netty}/default.nix | 0 hosts/{linux => netty}/disk-config.nix | 0 hosts/{linux => netty}/hardware-configuration.nix | 0 justfile | 2 +- 7 files changed, 4 insertions(+), 4 deletions(-) rename home/{linux.nix => netty.nix} (100%) rename hosts/{linux => netty}/configuration.nix (100%) rename hosts/{linux => netty}/default.nix (100%) rename hosts/{linux => netty}/disk-config.nix (100%) rename hosts/{linux => netty}/hardware-configuration.nix (100%) diff --git a/flake.nix b/flake.nix index 4c38604..b3c67c0 100644 --- a/flake.nix +++ b/flake.nix @@ -57,8 +57,8 @@ username = "rathi"; darwinConfigName = "darwin"; darwinMachineHostname = "hari-macbook-pro"; - linuxConfigName = "linux"; - linuxHostname = "rathi-vps"; + linuxConfigName = "netty"; + linuxHostname = "netty"; darwinPkgs = import nixpkgs {system = darwinSystem;}; linuxPkgs = import nixpkgs { system = linuxSystem; @@ -118,7 +118,7 @@ hostname = linuxHostname; }; home-manager.backupFileExtension = "hm-bak"; - home-manager.users.${username} = import ./home/linux.nix; + home-manager.users.${username} = import ./home/netty.nix; } ]; }; diff --git a/home/linux.nix b/home/netty.nix similarity index 100% rename from home/linux.nix rename to home/netty.nix diff --git a/hosts/linux/configuration.nix b/hosts/netty/configuration.nix similarity index 100% rename from hosts/linux/configuration.nix rename to hosts/netty/configuration.nix diff --git a/hosts/linux/default.nix b/hosts/netty/default.nix similarity index 100% rename from hosts/linux/default.nix rename to hosts/netty/default.nix diff --git a/hosts/linux/disk-config.nix b/hosts/netty/disk-config.nix similarity index 100% rename from hosts/linux/disk-config.nix rename to hosts/netty/disk-config.nix diff --git a/hosts/linux/hardware-configuration.nix b/hosts/netty/hardware-configuration.nix similarity index 100% rename from hosts/linux/hardware-configuration.nix rename to hosts/netty/hardware-configuration.nix diff --git a/justfile b/justfile index 7771811..a317f51 100644 --- a/justfile +++ b/justfile @@ -30,4 +30,4 @@ secrets-restore-files: ./scripts/restore-bw-files.sh switch-netty: - nixos-rebuild switch --flake path:.#linux --target-host rathi@152.53.195.59 --build-on-remote --use-remote-sudo + nixos-rebuild switch --flake path:.#netty --target-host rathi@152.53.195.59 --build-on-remote --use-remote-sudo