Update comments
This commit is contained in:
parent
df60f2ae1e
commit
8ca2d34d0f
1 changed files with 2 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
||||||
{ config, lib, pkgs, modulesPath, desktop, username, ... }: {
|
{ config, lib, pkgs, modulesPath, desktop, username, ... }: {
|
||||||
nixpkgs.config.allowUnfree = false;
|
nixpkgs.config.allowUnfree = false;
|
||||||
|
|
||||||
|
# Linode-specific imaage assertions
|
||||||
networking.useDHCP = lib.mkForce true;
|
networking.useDHCP = lib.mkForce true;
|
||||||
networking.enableIPv6 = lib.mkForce true;
|
networking.enableIPv6 = lib.mkForce true;
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
networking.hostName = "nixos-linode-img";
|
networking.hostName = "nixos-linode-img";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue