mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: move common disko functionality into lib
This commit is contained in:
parent
f62b01f206
commit
08290e5052
6 changed files with 80 additions and 70 deletions
|
@ -1,4 +1,8 @@
|
|||
{nodeSecrets, ...}: {
|
||||
{
|
||||
config,
|
||||
nodeSecrets,
|
||||
...
|
||||
}: {
|
||||
networking = {
|
||||
inherit (nodeSecrets.networking) hostId;
|
||||
wireless.iwd.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue