index
:
nix.git
main
wayland
null
caroline
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
systems
/
x86_64-linux
/
copenhagen
/
network.nix
blob: eccc693752d49c52b25d25ec7275499e0c127d26 (
plain
)
1
2
3
4
5
6
7
8
{
...
}:
{
networking
=
{
useDHCP
=
true
;
firewall
.
enable
=
true
;
};
}