summaryrefslogtreecommitdiff
path: root/host/athena.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/athena.nix')
-rw-r--r--host/athena.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/host/athena.nix b/host/athena.nix
index ee8434d..6618cd1 100644
--- a/host/athena.nix
+++ b/host/athena.nix
@@ -87,7 +87,6 @@
enable = true;
extraConfig = ''
RESTORE_DEVICE_STATE_ON_STARTUP=1
- DEVICES_TO_DISABLE_ON_STARTUP="wwan"
'';
};
@@ -99,5 +98,5 @@
packages = [ pkgs.terminus_font ];
};
- system.stateVersion = "18.09";
+ system.stateVersion = "20.09";
}