This commit is contained in:
blahai 2025-02-13 19:57:05 +02:00
parent 75ae409bb1
commit 721441f85c
No known key found for this signature in database
3 changed files with 69 additions and 34 deletions

View file

@ -80,7 +80,10 @@
inherit inputs;
pkgs-smol = import nixpkgs-smol {inherit system;};
};
modules = [./hosts/epimetheus/configuration.nix];
modules = [
./hosts/epimetheus/configuration.nix
lix-module.nixosModules.default
];
};
};
};