add kili to nix configurations

This commit is contained in:
jana 2026-01-19 16:14:09 +01:00
parent 8ebf4b74e6
commit b84f878dbd
3 changed files with 134 additions and 0 deletions

View file

@ -73,6 +73,10 @@
];
};
};
nixosConfigurations.kili = nixpkgs.lib.nixosSystem {
modules = [./kili/configuration.nix];
};
}
// flake-utils.lib.eachDefaultSystem (
system: