forked from deepState/trivionomicon
7 lines
102 B
Nix
7 lines
102 B
Nix
![]() |
{pkgs, ...}: {
|
||
|
boot.isContainer = true;
|
||
|
|
||
|
# Network configuration.
|
||
|
networking.useDHCP = false;
|
||
|
}
|