Update comments

This commit is contained in:
iFargle 2023-09-21 19:36:25 +09:00
parent df60f2ae1e
commit 8ca2d34d0f

View file

@ -1,8 +1,10 @@
{ config, lib, pkgs, modulesPath, desktop, username, ... }: {
nixpkgs.config.allowUnfree = false;
# Linode-specific imaage assertions
networking.useDHCP = lib.mkForce true;
networking.enableIPv6 = lib.mkForce true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
networking.hostName = "nixos-linode-img";