test
This commit is contained in:
parent
66a61e9ede
commit
73c9cbf776
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
# NixOS Packages / Options:
|
||||
# https://search.nixos.org/packages?
|
||||
|
||||
|
||||
{ lib, config, pkgs, ... }: {
|
||||
imports =
|
||||
[
|
||||
|
@ -48,7 +49,7 @@
|
|||
networkmanager = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
|
||||
enableIPv6 = false;
|
||||
firewall = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue