nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
options = {
|
||||
ec2 = {
|
||||
hvm = lib.mkOption {
|
||||
default = lib.versionAtLeast config.system.stateVersion "17.03";
|
||||
default = lib.versionAtLeast config.system.nixos.stateVersion "17.03";
|
||||
internal = true;
|
||||
description = ''
|
||||
Whether the EC2 instance is a HVM instance.
|
||||
|
||||
Reference in New Issue
Block a user