For clarity's sake
This commit is contained in:
parent
948cb7c4b8
commit
cba0e7f963
|
@ -1,8 +1,8 @@
|
|||
{ lib, config, ... }:
|
||||
with lib;
|
||||
let cfg = config.nixSettings;
|
||||
let cfg = config.voidcruiser.nixSettings;
|
||||
in {
|
||||
options.nixSettings = {
|
||||
options.voidcruiser.nixSettings = {
|
||||
gc = {
|
||||
automatic = mkOption {
|
||||
type = types.bool;
|
||||
|
|
Loading…
Reference in a new issue