From 19afda3c58b4b115498f2c2c38c19efc742d8ea5 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Fri, 19 Jan 2024 20:35:26 +1300 Subject: [PATCH] testing the new config before pushing to main --- flake.nix | 6 +++--- home/user/ooks/{ooks-t480 => ookst480s}/default.nix | 0 system/hosts/{ooks-t480 => ookst480s}/default.nix | 2 +- .../{ooks-t480 => ookst480s}/hardware-configuration.nix | 0 4 files changed, 4 insertions(+), 4 deletions(-) rename home/user/ooks/{ooks-t480 => ookst480s}/default.nix (100%) rename system/hosts/{ooks-t480 => ookst480s}/default.nix (92%) rename system/hosts/{ooks-t480 => ookst480s}/hardware-configuration.nix (100%) diff --git a/flake.nix b/flake.nix index 84cc51c..faad970 100644 --- a/flake.nix +++ b/flake.nix @@ -71,15 +71,15 @@ nixosConfigurations = { # T480s - ooks-t480 = lib.nixosSystem { - modules = [ ./system/hosts/ooks-t480 ]; + ookst480s = lib.nixosSystem { + modules = [ ./system/hosts/ookst480s ]; specialArgs = { inherit inputs outputs; }; }; }; homeConfigurations = { # T480s "ooks@ookst480s" = lib.homeManagerConfiguration { - modules = [ ./home/user/ooks/t480s ]; + modules = [ ./home/user/ooks/ookst480s ]; pkgs = pkgsFor.x86_64-linux; extraSpecialArgs = { inherit inputs outputs; }; }; diff --git a/home/user/ooks/ooks-t480/default.nix b/home/user/ooks/ookst480s/default.nix similarity index 100% rename from home/user/ooks/ooks-t480/default.nix rename to home/user/ooks/ookst480s/default.nix diff --git a/system/hosts/ooks-t480/default.nix b/system/hosts/ookst480s/default.nix similarity index 92% rename from system/hosts/ooks-t480/default.nix rename to system/hosts/ookst480s/default.nix index 3d8ebfd..33d28c7 100644 --- a/system/hosts/ooks-t480/default.nix +++ b/system/hosts/ookst480s/default.nix @@ -16,7 +16,7 @@ }; networking = { - hostName = "ooks-t480"; + hostName = "ookst480s"; }; boot = { kernelPackages = pkgs.linuxKernel.packages.linux_zen; diff --git a/system/hosts/ooks-t480/hardware-configuration.nix b/system/hosts/ookst480s/hardware-configuration.nix similarity index 100% rename from system/hosts/ooks-t480/hardware-configuration.nix rename to system/hosts/ookst480s/hardware-configuration.nix