refactor(treewide): statix
This commit is contained in:
parent
366fa0ce80
commit
7f2cd7a343
71 changed files with 84 additions and 84 deletions
|
|
@ -7,9 +7,9 @@
|
|||
inherit (lib.types) bool enum listOf int submodule nullOr str;
|
||||
inherit (lib.lists) optionals concatLists;
|
||||
|
||||
admin = config.ooknet.host.admin;
|
||||
hardware = config.ooknet.host.hardware;
|
||||
tailscale = config.ooknet.host.networking.tailscale;
|
||||
inherit (config.ooknet.host) admin;
|
||||
inherit (config.ooknet.host) hardware;
|
||||
inherit (config.ooknet.host.networking) tailscale;
|
||||
in {
|
||||
options.ooknet.host = {
|
||||
name = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue