This website requires JavaScript.
Explore
Help
Sign In
chaos
/
nixfiles
Watch
1
Star
0
Fork
You've already forked nixfiles
0
Code
Issues
2
Releases
Activity
08b82a83fc
nixfiles
/
profiles
/
base
/
boot.nix
7 lines
114 B
Nix
Raw
Normal View
History
Unescape
Escape
fix tmpos on wsl, fix public webdav, add better tarball builder for wsl
2023-10-14 13:51:03 +01:00
{
config
,
.
.
.
}:
{
boot
.
tmp
.
useTmpfs
=
if
config
?
"
w
s
l
"
&&
config
.
wsl
.
enable
then
false
else
true
;
}
Reference in a new issue
Copy permalink