mirror of
https://github.com/elitak/nixos-infect.git
synced 2024-11-22 18:24:44 +03:00
suggest 18.03 in readme to match config gen
This commit is contained in:
parent
71c326e7a8
commit
d69e8b73bb
@ -32,7 +32,7 @@ cat and EOF in the Digital Ocean Web UI (or HTTP API):
|
||||
#cloud-config
|
||||
|
||||
runcmd:
|
||||
- curl https://raw.githubusercontent.com/elitak/nixos-infect/master/nixos-infect | NIX_CHANNEL=nixos-17.09 bash 2>&1 | tee /tmp/infect.log
|
||||
- curl https://raw.githubusercontent.com/elitak/nixos-infect/master/nixos-infect | NIX_CHANNEL=nixos-18.03 bash 2>&1 | tee /tmp/infect.log
|
||||
```
|
||||
Potential tweaks:
|
||||
- `/etc/nixos/{,hardware-}configuration.nix`: rudimentary mostly static config
|
||||
@ -50,7 +50,7 @@ write_files:
|
||||
environment.systemPackages = with pkgs; [ vim ];
|
||||
}
|
||||
runcmd:
|
||||
- curl https://raw.githubusercontent.com/elitak/nixos-infect/master/nixos-infect | NIXOS_IMPORT=./host.nix NIX_CHANNEL=nixos-17.03 bash 2>&1 | tee /tmp/infect.log
|
||||
- curl https://raw.githubusercontent.com/elitak/nixos-infect/master/nixos-infect | NIXOS_IMPORT=./host.nix NIX_CHANNEL=nixos-18.03 bash 2>&1 | tee /tmp/infect.log
|
||||
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user