Fix prismo config
All checks were successful
flake-check / build (push) Successful in 3m11s

This commit is contained in:
2024-10-02 22:58:18 +02:00
parent 58d251cb69
commit 0c9ff28dcc
7 changed files with 42 additions and 6 deletions

View File

@@ -81,7 +81,16 @@
specialArgs = {
inherit inputs self user;
};
modules = [ ./hosts/prismo ];
modules = [
(
{ config, pkgs, ... }:
{
nixpkgs.overlays = commonOverlays;
}
)
./hosts/prismo
sops-nix.nixosModules.sops
];
};
magicman = nixpkgs.lib.nixosSystem {
inherit system;