1{ lib, ... }:2let3 inherit (lib.modules) mkRemovedOptionModule;4in5{6 imports = [7 (mkRemovedOptionModule [ "tags" ]8 "tags are now defined at the host level, not the nixos system level for fast filtering without evaluating unnecessary hosts."9 )10 (mkRemovedOptionModule [11 "network"12 ] "network is now defined at the host level, not the nixos system level")13 ];1415 # Version of environment (fleet scripts such as rollback) already installed on the host16 config.environment.etc.FLEET_HOST.text = "1";17}difftreelog
source
modules/nixos/meta.nix529 Bsourcehistory