nixos-anywhere-example/template
Daniel Langbein 2447926973
template/flake.lock: Update
Flake lock file updates:

• Updated input 'disko':
    'github:nix-community/disko/67c4508ce9a778f429a5af3571f49733fd3e8a05' (2023-07-30)
  → 'github:nix-community/disko/32ce057c183506cecb0b84950e4eaf39f37e8c75' (2023-10-09)
• Updated input 'nixos-anywhere':
    'github:numtide/nixos-anywhere/9df79870b04667f2d16f1a78a1ab87d124403fb7' (2023-08-05)
  → 'github:numtide/nixos-anywhere/cd5a2d7835e9edbb791a5df571c83822e2a3766e' (2023-10-10)
• Updated input 'nixos-anywhere/disko':
    'github:nix-community/disko/fef67a1ddc293b595d62a660f57deabbcb70ff95' (2023-06-26)
  → 'github:nix-community/disko/91af5b4a53ee8e57f4178ef58036dce49fbda91a' (2023-09-14)
• Updated input 'nixos-anywhere/flake-parts':
    'github:hercules-ci/flake-parts/37dd7bb15791c86d55c5121740a1887ab55ee836' (2023-06-26)
  → 'github:hercules-ci/flake-parts/7f53fdb7bdc5bb237da7fefef12d099e4fd611ca' (2023-09-01)
• Updated input 'nixos-anywhere/nixos-2305':
    'github:NixOS/nixpkgs/ba2ded3227a2992f2040fad4ba6f218a701884a5' (2023-06-28)
  → 'github:NixOS/nixpkgs/16a63df66bfefec64daab3da10d414055d782d66' (2023-09-14)
• Updated input 'nixos-anywhere/nixos-images':
    'github:nix-community/nixos-images/ccc1a2c08ce2fc38bcece85d2a6e7bf17bac9e37' (2023-06-15)
  → 'github:nix-community/nixos-images/c4c73bce65306a1e747684dd0d4bcf0ab2779585' (2023-09-11)
• Updated input 'nixos-anywhere/treefmt-nix':
    'github:numtide/treefmt-nix/0a4f06c27610a99080b69433873885df82003aae' (2023-06-28)
  → 'github:numtide/treefmt-nix/7a49c388d7a6b63bb551b1ddedfa4efab8f400d8' (2023-09-12)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/5a8e9243812ba528000995b294292d3b5e120947' (2023-08-07)
  → 'github:NixOS/nixpkgs/f99e5f03cc0aa231ab5950a15ed02afec45ed51a' (2023-10-09)
2023-10-11 21:02:16 +02:00
..
disk-configs feat: move flake into template 2023-08-16 15:33:35 +02:00
flake.lock template/flake.lock: Update 2023-10-11 21:02:16 +02:00
flake.nix fix another syntax error 2023-08-16 16:26:05 +02:00
README.md feat: move flake into template 2023-08-16 15:33:35 +02:00

disko + nixos-anywhere workshop

This is an example repo for nixos-anywhere and disko. It's part of our CCC camp workshop.

To run the interactive vm test run:

nix run github:numtide/nixos-anywhere -- --flake '.#mysystem' --vm-test

You can also install the vm on some remote system when running

nix run github:numtide/nixos-anywhere -- --flake '.#mysystem' root@192.168.0.10

Improve this workshop README:

disko + nixos-anywhere workshop

This is an example repo for nixos-anywhere and disko. It's part of our CCC camp workshop.

To run the interactive vm test run:

nix run github:numtide/nixos-anywhere -- --flake '.#mysystem' --vm-test

You can also install the vm on some remote system when running

nix run github:numtide/nixos-anywhere -- --flake '.#mysystem' root@192.168.0.10