From c41df16a80006facfd1e25ba3d3b81429456fd10 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sun, 20 Aug 2023 00:12:51 +0200 Subject: [PATCH] Rename hostname to nixos-test --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 2cc8ebd..9f6c84d 100644 --- a/flake.nix +++ b/flake.nix @@ -11,8 +11,7 @@ outputs = inputs@{ nixpkgs, home-manager, ... }: { nixosConfigurations = { - # nixos => hostname - nixos = nixpkgs.lib.nixosSystem { + nixos-test = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ ./configuration.nix