mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 01:49:08 +01:00
Compare commits
2 commits
db0c413e80
...
a56adf1ca9
| Author | SHA1 | Date | |
|---|---|---|---|
| a56adf1ca9 | |||
| 27dac4fa79 |
2 changed files with 9 additions and 10 deletions
1
.github/workflows/check-deploy.yml
vendored
1
.github/workflows/check-deploy.yml
vendored
|
|
@ -15,6 +15,7 @@ jobs:
|
||||||
name: sebastian-stork
|
name: sebastian-stork
|
||||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||||
- run: nix flake check --print-build-logs
|
- run: nix flake check --print-build-logs
|
||||||
|
- run: nix build .#checks.x86_64-linux.infrastructure-test --print-build-logs
|
||||||
deploy:
|
deploy:
|
||||||
needs: check
|
needs: check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
|
|
@ -83,8 +83,7 @@
|
||||||
client1 =
|
client1 =
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
custom = {
|
custom.networking = {
|
||||||
networking = {
|
|
||||||
overlay = {
|
overlay = {
|
||||||
address = "10.254.250.3";
|
address = "10.254.250.3";
|
||||||
role = "client";
|
role = "client";
|
||||||
|
|
@ -94,7 +93,6 @@
|
||||||
cidr = "192.168.0.3/16";
|
cidr = "192.168.0.3/16";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.openssh ];
|
environment.systemPackages = [ pkgs.openssh ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue