1{2 # Version of environment (fleet scripts such as rollback) already installed on the host3 config = {4 environment.etc.FLEET_HOST.text = "1";56 # Flake/nix command support is assumed by fleet, lets add it here to avoid potential problems.7 nix.settings.experimental-features = [8 "nix-command"9 "flakes"10 ];11 };12}difftreelog
source
modules/nixos/meta.nix340 Bsourcehistory