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, ... }:
|
{ lib, pkgs, ... }:
|
||||||
{
|
{
|
||||||
# Support windows partition
|
|
||||||
mySystem = {
|
mySystem = {
|
||||||
security.wheelNeedsSudoPassword = false;
|
security.wheelNeedsSudoPassword = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
# for managing/mounting ntfs
|
# for managing/mounting nfs
|
||||||
supportedFilesystems = [ "nfs" ];
|
supportedFilesystems = [ "nfs" ];
|
||||||
|
|
||||||
loader = {
|
loader = {
|
||||||
|
|
Loading…
Reference in a new issue