chore: more deploy
This commit is contained in:
parent
237e15b8c5
commit
2a5ab82187
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
Reference in a new issue