import nixos facter by default
This commit is contained in:
@@ -68,7 +68,6 @@ let
|
|||||||
hwConfig = "${directory}/machines/${name}/hardware-configuration.nix";
|
hwConfig = "${directory}/machines/${name}/hardware-configuration.nix";
|
||||||
|
|
||||||
facterModules = lib.optionals (builtins.pathExists facterJson) [
|
facterModules = lib.optionals (builtins.pathExists facterJson) [
|
||||||
clan-core.inputs.nixos-facter-modules.nixosModules.facter
|
|
||||||
{ config.facter.reportPath = facterJson; }
|
{ config.facter.reportPath = facterJson; }
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
];
|
];
|
||||||
clanCore.imports = [
|
clanCore.imports = [
|
||||||
inputs.sops-nix.nixosModules.sops
|
inputs.sops-nix.nixosModules.sops
|
||||||
|
inputs.nixos-facter-modules.nixosModules.facter
|
||||||
inputs.disko.nixosModules.default
|
inputs.disko.nixosModules.default
|
||||||
./clanCore
|
./clanCore
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user