.
This commit is contained in:
parent
b083d7134a
commit
0c7d1d1cb7
1 changed files with 66 additions and 66 deletions
|
|
@ -33,7 +33,8 @@
|
||||||
maintainers = with pkgs.lib.maintainers; [ stuce-bot ];
|
maintainers = with pkgs.lib.maintainers; [ stuce-bot ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nixosModules.default = { config, lib, ... }:
|
});
|
||||||
|
nixosModules.default = { config, lib, pkgs, ... }:
|
||||||
let cfg = config.services.deafault;
|
let cfg = config.services.deafault;
|
||||||
in {
|
in {
|
||||||
options.default = {
|
options.default = {
|
||||||
|
|
@ -99,5 +100,4 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue