summaryrefslogtreecommitdiff
path: root/os/core/storage.nix
diff options
context:
space:
mode:
Diffstat (limited to 'os/core/storage.nix')
-rw-r--r--os/core/storage.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/core/storage.nix b/os/core/storage.nix
index 693e5e7..b498084 100644
--- a/os/core/storage.nix
+++ b/os/core/storage.nix
@@ -1,9 +1,9 @@
{ config, lib, ... }:
let
- cfg = config.sys.core.storage;
+ cfg = config.os.core.storage;
in
{
- options.sys.core.storage = {
+ options.os.core.storage = {
enable = lib.mkEnableOption "enables storage management";
keepDays = lib.mkOption {