This website requires JavaScript.
Explore
Help
Register
Sign in
cst1
/
infrastructure
Watch
1
Star
0
Fork
You've already forked infrastructure
0
forked from
DGNum/infrastructure
Code
Pull requests
Activity
a7ce39a2f5
infrastructure
/
modules
/
default.nix
9 lines
103 B
Nix
Raw
Normal View
History
Unescape
Escape
modules: Init with access control
2023-05-22 15:07:03 +02:00
{
dgn-lib
,
.
.
.
}:
{
imports
=
dgn-lib
.
mkImports
./.
[
"
d
g
n
-
a
c
c
e
s
s
-
c
o
n
t
r
o
l
"
modules/dgn-ssh: Add default ssh configuration for all nodes
2023-05-22 16:47:13 +02:00
"
d
g
n
-
s
s
h
"
modules: Init with access control
2023-05-22 15:07:03 +02:00
]
;
}
Copy permalink