mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
feat: generalize simple network profile
This commit is contained in:
parent
5bdec2270f
commit
757386bd11
2 changed files with 6 additions and 1 deletions
|
@ -38,6 +38,11 @@
|
|||
default = with profiles; [ base ];
|
||||
};
|
||||
|
||||
defaultInterface = mkOption {
|
||||
description = "default interface of the machine";
|
||||
default = "ens18";
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue