Sha256: ed78c7023ff8f6f74a95ca648b4a5c232441350116f2728b330b4239e57473e6

Contents?: true

Size: 279 Bytes

Versions: 2

Compression:

Stored size: 279 Bytes

Contents

{ config, pkgs, lib, ... }:
{
  imports = [
    ../../environments/base.nix
    ./hardware.nix
  ];

  networking.hostName = "nixos-machine";

  boot.loader.grub.enable = true;
  boot.loader.grub.version = 2;
  # boot.loader.grub.device = "";

  system.stateVersion = "20.09";
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
confctl-2.0.0 example/cluster/nixos-machine/config.nix
confctl-1.0.0 example/cluster/nixos-machine/config.nix