This website requires JavaScript.
Explore
Help
Sign in
albert
/
nix
Watch
1
Star
0
Fork
You've already forked nix
0
Code
Issues
Pull requests
Activity
Actions
120fe19d53
nix
/
nixos
/
containers
/
mounts.nix
8 lines
105 B
Nix
Raw
Normal View
History
Unescape
Escape
Test
2024-03-25 04:30:28 +01:00
{
"
/
e
t
c
/
s
s
h
"
=
{
hostPath
=
"
/
e
t
c
/
s
s
h
"
;
test
2024-03-25 04:41:07 +01:00
mountPoint
=
"
/
e
t
c
/
s
s
h
"
;
Test
2024-03-25 04:30:28 +01:00
isReadOnly
=
true
;
}
;
}
Reference in a new issue
Copy permalink