A collection of nixosModules and image builders we use to test, distribute and develop clan.lol https://clan.lol/
Go to file
Clan Merge Bot 4f54127707
All checks were successful
checks-impure / test (pull_request) Successful in 6s
checks / test (pull_request) Successful in 53s
update flake lock - 2023-09-11T00:00+00:00
Flake lock file updates:

• Updated input 'disko':
    'github:nix-community/disko/06481a9836c37b7c1aba784092a984c2d2ef5431' (2023-09-02)
  → 'github:nix-community/disko/f9907fcf6df79a76ea7e3a3afe9340a672cb9c6e' (2023-09-09)
• Updated input 'nixos-generators':
    'github:nix-community/nixos-generators/b1171de4d362c022130c92d7c8adc4bf2b83d586' (2023-07-23)
  → 'github:nix-community/nixos-generators/8ee78470029e641cddbd8721496da1316b47d3b4' (2023-09-04)
• Updated input 'nixos-generators/nixlib':
    'github:nix-community/nixpkgs.lib/02fea408f27186f139153e1ae88f8ab2abd9c22c' (2023-07-16)
  → 'github:nix-community/nixpkgs.lib/f5af57d3ef9947a70ac86e42695231ac1ad00c25' (2023-09-03)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/e56990880811a451abd32515698c712788be5720' (2023-09-02)
  → 'github:NixOS/nixpkgs/db9208ab987cdeeedf78ad9b4cf3c55f5ebd269b' (2023-09-08)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/d9c5dc41c4b1f74c77f0dbffd0f3a4ebde447b7a' (2023-08-30)
  → 'github:Mic92/sops-nix/faf21ac162173c2deb54e5fdeed002a9bd6e8623' (2023-09-05)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/e3e0f9f6d47f8fc68aff15150eda1224fb46f4d4' (2023-09-02)
  → 'github:numtide/treefmt-nix/b8d3a059f5487d6767d07c3716386753e3132d9f' (2023-09-04)
2023-09-11 00:00:08 +00:00
.gitea/workflows reduce impure tests to just instantiate the template 2023-08-27 10:11:45 +02:00
checks impureTest: add clan to $PATH for debugging 2023-09-03 15:17:28 +02:00
docs quickstart: add specialArgs 2023-08-30 16:47:05 +02:00
flakeModules Improved quickstart.me 2023-08-30 15:28:24 +02:00
lib fix quoting 2023-09-05 06:14:14 +00:00
nixosModules move facts to machine subdirectory 2023-09-06 15:07:49 +00:00
pkgs Added example machine to machines list 2023-09-07 13:42:48 +02:00
scripts improve ci check 2023-08-30 12:02:49 +00:00
templates template: do not rely on flake registry for nixpkgs 2023-09-03 15:36:00 +02:00
.envrc devShells.default: init 2023-07-28 15:10:24 +02:00
.gitignore Added example machine to machines list 2023-09-07 13:42:48 +02:00
devShell.nix devShell: add treefmt 2023-08-25 21:14:23 +02:00
flake.lock update flake lock - 2023-09-11T00:00+00:00 2023-09-11 00:00:08 +00:00
flake.nix Improved quickstart.me 2023-08-30 15:28:24 +02:00
formatter.nix apply prettier to source tree 2023-08-24 14:13:02 +02:00
README.md Link quickstart into README 2023-08-30 16:12:18 +02:00

clan.lol core

This is the monorepo of the clan.lol project In here are all the packages we use, all the nixosModules we use/expose, the CLI and tests for everything.

cLAN config tool

  • The quickstart guide can be found here: here
  • Find the docs here