feat: move common disko functionality into lib

This commit is contained in:
oddlama 2023-04-30 13:41:09 +02:00
parent f62b01f206
commit 08290e5052
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 80 additions and 70 deletions

View file

@ -1,4 +1,8 @@
{nodeSecrets, ...}: {
{
config,
nodeSecrets,
...
}: {
networking = {
inherit (nodeSecrets.networking) hostId;
wireless.iwd.enable = true;