diff --git a/docs/vm/installing.md b/docs/vm/installing.md index 9baccf0..6ff1487 100644 --- a/docs/vm/installing.md +++ b/docs/vm/installing.md @@ -76,7 +76,7 @@ Login as user, copy nix git ```sh mkdir .local cd .local -git clone https://github.com/szinn/nix-config.git +git clone https://github.com/truxnell/nix-config.git cd nix-config ``` diff --git a/flake.nix b/flake.nix index 8962c42..a573ee8 100644 --- a/flake.nix +++ b/flake.nix @@ -69,6 +69,14 @@ ]; }; + rickenbacker = nixpkgs.lib.nixosSystem { + inherit specialArgs; + system = "x86_64-linux"; + modules = defaultModules ++ [ + ./nixos/hosts/nixosvm + ]; + }; + dns01 = nixpkgs.lib.nixosSystem { inherit specialArgs; system = "aarch64-linux";