This website requires JavaScript.
Explore
Help
Sign In
Jimbo
/
NixOS-Config
Watch
1
Star
0
Fork
You've already forked NixOS-Config
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
91f88b8bb2
NixOS-Config
/
system
/
modules
/
filesystems
/
default.nix
7 lines
130 B
Nix
Raw
Normal View
History
Unescape
Escape
Push these changes to a branch cause I'm kind of giving up
2024-10-07 11:42:34 -04:00
{
lib
,
.
.
.
}:
{
Separate filesystems config into own file
2024-09-24 23:57:59 -04:00
boot
.
supportedFilesystems
=
{
ntfs
=
true
;
zfs
=
lib
.
mkForce
false
;
}
;
}
Reference in a new issue
Copy permalink