This commit is contained in:
Joseph Hanson 2024-07-14 05:13:52 -05:00
parent 39197d4fa9
commit 9694dc4dd7
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -1,12 +1,11 @@
{ lib, pkgs, ... }:
{
# Support windows partition
mySystem = {
security.wheelNeedsSudoPassword = false;
};
boot = {
# for managing/mounting ntfs
# for managing/mounting nfs
supportedFilesystems = [ "nfs" ];
loader = {