Add citadel to flake.nix

This commit is contained in:
Sam 2024-07-20 14:48:32 +01:00
parent 5f672c2665
commit b991fa4236
1 changed files with 10 additions and 0 deletions

View File

@ -130,6 +130,16 @@
}
];
};
citadel = nixpkgs.lib.nixosSystem {
inherit specialArgs;
modules = [
./hosts/citadel
home-manager.nixosModules.home-manager
{
home-manager.extraSpecialArgs = specialArgs;
}
];
};
};
};
}