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
|
```sh
|
||||||
mkdir .local
|
mkdir .local
|
||||||
cd .local
|
cd .local
|
||||||
git clone https://github.com/szinn/nix-config.git
|
git clone https://github.com/truxnell/nix-config.git
|
||||||
cd nix-config
|
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 {
|
dns01 = nixpkgs.lib.nixosSystem {
|
||||||
inherit specialArgs;
|
inherit specialArgs;
|
||||||
system = "aarch64-linux";
|
system = "aarch64-linux";
|
||||||
|
|
Reference in a new issue