diff --git a/flake.nix b/flake.nix index f109e6f..f8c07fa 100755 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ ]; }; - nixosConfigurations.sovran-iso = nixpkgs.lib.nixosSystem { + nixosConfigurations.sovran_systemsos-iso = nixpkgs.lib.nixosSystem { modules = [ { nixpkgs.hostPlatform = "x86_64-linux"; } ({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-stable ]; }) @@ -60,4 +60,4 @@ }; }; }; -} \ No newline at end of file +}