diff --git a/flake.nix b/flake.nix index c393b32..4f4e60f 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,6 @@ # flake parts flake-parts.url = "github:hercules-ci/flake-parts"; import-tree.url = "github:vic/import-tree"; - wrappers.url = "github:BirdeeHub/nix-wrapper-modules"; }; outputs = inputs: inputs.flake-parts.lib.mkFlake {inherit inputs;} (inputs.import-tree ./modules); diff --git a/modules/hosts/server02/server02Configuration.nix b/modules/hosts/server02/server02Configuration.nix index 703529b..16c5387 100644 --- a/modules/hosts/server02/server02Configuration.nix +++ b/modules/hosts/server02/server02Configuration.nix @@ -1,7 +1,7 @@ {...}: { flake.nixosModules.server02Configuration = {...}: { networking = { - hostName = "mobile02"; + hostName = "server02"; }; imports = [./_hardware-configuration.nix]; };