git: enable use of credential manager
This commit is contained in:
parent
e23a04aaf2
commit
98342ba00f
2 changed files with 11 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
imports = [ inputs.disko.nixosModules.disko ];
|
||||
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
boot.kernelParams = [ "zfs.zfs_arc_max=34359738368" ];
|
||||
networking.hostId = "007f0200";
|
||||
|
||||
services.zfs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue