From 820a92cb6bb3a276e7085c14c308cd8ec399b254 Mon Sep 17 00:00:00 2001 From: mehbark Date: Mon, 14 Aug 2023 07:23:27 -0400 Subject: [PATCH] change hostname? --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 72c8151..f22581e 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ outputs = {self, nixpkgs, home-manager }: { nixosConfigurations = { - mbk = nixpkgs.lib.nixosSystem { + nix = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ ./configuration.nix