From 2a5ab821873ed92d8df54ff36408fee84c1f1b40 Mon Sep 17 00:00:00 2001 From: truxnell <19149206+truxnell@users.noreply.github.com> Date: Thu, 21 Mar 2024 22:59:23 +1100 Subject: [PATCH] chore: more deploy --- docs/vm/installing.md | 2 +- flake.nix | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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";