format
This commit is contained in:
parent
39197d4fa9
commit
9694dc4dd7
1 changed files with 1 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue