init natpmp module thing
This commit is contained in:
parent
aec7b8bdde
commit
6c46e5d5a7
3 changed files with 63 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
l.nixosSystem {
|
||||
modules = [
|
||||
./hosts/${hostname}
|
||||
./modules/default.nix
|
||||
(
|
||||
if b.pathExists ./secrets/${hostname}
|
||||
then ./secrets/${hostname}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue