From 4b9cffda557e39f274da2ce59e538a859a483c1d Mon Sep 17 00:00:00 2001 From: ark-lamp-umbrella Date: Sun, 21 Apr 2024 22:47:28 -0700 Subject: [PATCH] fix flake from example --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 24bff16..38cbf88 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ outputs = { self, nixpkgs }: { nixosConfigurations = { - yourHostNameGoesHere = nixpkgs.lib.nixosSystem { + ark-desktop-nixos = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ ./configuration.nix