nixos: Add domain
to assignments
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
assignments = {
|
||||
internal = {
|
||||
altNames = [ "vm" ];
|
||||
domain = lib.my.colony.domain;
|
||||
ipv4.address = "${lib.my.colony.start.base.v4}2";
|
||||
ipv6 = {
|
||||
iid = "::2";
|
||||
@@ -32,8 +33,6 @@
|
||||
{
|
||||
imports = [ "${modulesPath}/profiles/qemu-guest.nix" ];
|
||||
|
||||
networking.domain = lib.my.colony.domain;
|
||||
|
||||
boot.kernelParams = [ "intel_iommu=on" ];
|
||||
boot.loader.systemd-boot.configurationLimit = 20;
|
||||
fileSystems = {
|
||||
|
Reference in New Issue
Block a user