Sha256: 687d7100e9e5eb85106a3aa5f5669a6b464e1dc9a0a746e27f77dbd3a5b02f66
Contents?: true
Size: 418 Bytes
Versions: 2
Compression:
Stored size: 418 Bytes
Contents
{ config, pkgs, lib, ... }: { imports = [ ../../environments/base.nix ./hardware.nix ]; networking.hostName = "vpsadminos-machine"; boot.loader.grub.enable = true; boot.loader.grub.version = 2; # boot.loader.grub.device = ""; boot.supportedFilesystems = [ "zfs" ]; boot.kernelParams = [ "nolive" ]; boot.zfs.pools = { # ZFS pool configuration }; system.stateVersion = "20.09"; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
confctl-2.0.0 | example/cluster/vpsadminos-machine/config.nix |
confctl-1.0.0 | example/cluster/vpsadminos-machine/config.nix |