chore: more deploy

This commit is contained in:
truxnell 2024-03-21 22:59:23 +11:00
parent 237e15b8c5
commit 2a5ab82187
2 changed files with 9 additions and 1 deletions

View file

@ -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
```

View file

@ -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";