templates: add minimal clan flake template for (G)UI
This commit is contained in:
14
templates/minimal/flake.nix
Normal file
14
templates/minimal/flake.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
inputs.clan-core.url = "git+https://git.clan.lol/clan/clan-core";
|
||||
|
||||
outputs =
|
||||
{ self, clan-core, ... }:
|
||||
let
|
||||
# Usage see: https://docs.clan.lol
|
||||
clan = clan-core.lib.buildClan { directory = self; };
|
||||
in
|
||||
{
|
||||
# all machines managed by Clan
|
||||
inherit (clan) nixosConfigurations clanInternals;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user