mob next [ci-skip] [ci skip] [skip ci]

lastFile:flake.nix
This commit is contained in:
2026-08-06 11:49:57 +07:00
parent 5642a0f6fc
commit a46b83cbc7
3 changed files with 230 additions and 236 deletions
+3 -29
View File
@@ -13,34 +13,10 @@
inputs@{
self,
clan-core,
nixpkgs,
flake-parts,
...
}:
let
# Usage see: https://docs.clan.lol
clan = clan-core.lib.clan {
inherit self;
imports = [
./clan.nix
];
specialArgs = { inherit inputs self; };
# Customize nixpkgs
# pkgsForSystem =
# system:
# import nixpkgs {
# inherit system;
# config = {
# allowUnfree = true;
# };
# overlays = [];
# };
secrets.age.plugins = [
"age-plugin-yubikey"
"age-plugin-fido2-hmac"
];
};
in
flake-parts.lib.mkFlake { inherit inputs; } {
systems = [
@@ -51,14 +27,12 @@
];
imports = [
inputs.clan-core.flakeModules.default
./clan.nix
./modules/clan/flake-module.nix
];
# flake = {
# inherit (clan.config) nixosConfigurations nixosModules clanInternals;
# clan = clan.config;
# };
perSystem =
{ system, ... }:
let