This website works better with JavaScript.
Home
Explore
Help
Sign In
M-Labs
/
it-infra
Watch
9
Star
0
Fork
2
Code
Issues
4
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
nixops: open port 6000 on rpi2
pull/13/head
Sebastien Bourdeauducq
1 month ago
parent
169876e211
commit
6ef06b5d0b
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
nixops/rpi.nix
+ 3
- 0
nixops/rpi.nix
View File
@ -43,6 +43,9 @@ in
programs
.
mosh
.
enable
=
true
;
networking
.
hostName
=
host
;
networking
.
firewall
.
allowedTCPPorts
=
if
host
==
"
r
p
i
-
2
"
then
[
6000
]
else
[
]
;
time
.
timeZone
=
"
A
s
i
a
/
H
o
n
g
_
K
o
n
g
"
;
users
.
extraGroups
.
plugdev
=
{
}
;
Write
Preview
Loading…
Cancel
Save