From 06460678431001d07c27287b4b6e0cf4837a2cf0 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Thu, 28 Nov 2024 08:42:49 +0100 Subject: [PATCH] rename laptop --- flake.nix | 4 ++-- hosts/{catbook-j => denkbrett}/configuration.nix | 2 +- hosts/{catbook-j => denkbrett}/hardware-configuration.nix | 0 hosts/{catbook-j => denkbrett}/modules/default.nix | 0 hosts/{catbook-j => denkbrett}/modules/graphics.nix | 0 hosts/{catbook-j => denkbrett}/modules/input.nix | 0 6 files changed, 3 insertions(+), 3 deletions(-) rename hosts/{catbook-j => denkbrett}/configuration.nix (98%) rename hosts/{catbook-j => denkbrett}/hardware-configuration.nix (100%) rename hosts/{catbook-j => denkbrett}/modules/default.nix (100%) rename hosts/{catbook-j => denkbrett}/modules/graphics.nix (100%) rename hosts/{catbook-j => denkbrett}/modules/input.nix (100%) diff --git a/flake.nix b/flake.nix index 516f018..de9b7e2 100644 --- a/flake.nix +++ b/flake.nix @@ -117,13 +117,13 @@ } ]; }; - catbook-j = nixpkgs.lib.nixosSystem { + denkbrett = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs pkgs-unstable-small pkgs-stable rs-programs lix-module helix-inline-diags; }; system = "x86_64-linux"; modules = [ - ./hosts/catbook-j/configuration.nix + ./hosts/denkbrett/configuration.nix home-manager.nixosModules.home-manager { home-manager.useGlobalPkgs = true; diff --git a/hosts/catbook-j/configuration.nix b/hosts/denkbrett/configuration.nix similarity index 98% rename from hosts/catbook-j/configuration.nix rename to hosts/denkbrett/configuration.nix index 14e2f64..ae72336 100644 --- a/hosts/catbook-j/configuration.nix +++ b/hosts/denkbrett/configuration.nix @@ -76,7 +76,7 @@ # networking networking.networkmanager.enable = true; - networking.hostName = "catbook-j"; + networking.hostName = "denkbrett"; i18n.extraLocaleSettings = { LC_ADDRESS = "de_DE.UTF-8"; diff --git a/hosts/catbook-j/hardware-configuration.nix b/hosts/denkbrett/hardware-configuration.nix similarity index 100% rename from hosts/catbook-j/hardware-configuration.nix rename to hosts/denkbrett/hardware-configuration.nix diff --git a/hosts/catbook-j/modules/default.nix b/hosts/denkbrett/modules/default.nix similarity index 100% rename from hosts/catbook-j/modules/default.nix rename to hosts/denkbrett/modules/default.nix diff --git a/hosts/catbook-j/modules/graphics.nix b/hosts/denkbrett/modules/graphics.nix similarity index 100% rename from hosts/catbook-j/modules/graphics.nix rename to hosts/denkbrett/modules/graphics.nix diff --git a/hosts/catbook-j/modules/input.nix b/hosts/denkbrett/modules/input.nix similarity index 100% rename from hosts/catbook-j/modules/input.nix rename to hosts/denkbrett/modules/input.nix