refactor(treewide): statix
This commit is contained in:
parent
366fa0ce80
commit
7f2cd7a343
71 changed files with 84 additions and 84 deletions
|
|
@ -4,7 +4,7 @@
|
|||
...
|
||||
}: let
|
||||
inherit (lib) mkIf;
|
||||
admin = config.ooknet.host.admin;
|
||||
inherit (config.ooknet.host) admin;
|
||||
cfg = config.ooknet.services.nixarr;
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
_: {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
startAgent = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue