Added fatso system

This commit is contained in:
Tibo De Peuter 2023-03-15 19:47:58 +01:00
parent d1c36ba3fb
commit 724019c1d8
5 changed files with 210 additions and 6 deletions

View file

@ -45,6 +45,12 @@
nur.nixosModules.nur
];
};
Tibo-NixFatso = lib.nixosSystem {
inherit system;
modules = [
./hosts/fatso
];
};
};
};
}