This commit is contained in:
Callum Leslie 2026-04-22 19:34:52 +01:00
parent 85216d6290
commit 1f779fff49
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
5 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{ config, ... }:
{
flake.nixosModules.profile-server = {
imports = with config.flake.nixosModules; [
profile-base
deploy
];
};
}