git: enable use of credential manager

This commit is contained in:
Christoph Hollizeck 2026-02-04 12:31:47 +01:00
parent e23a04aaf2
commit 98342ba00f
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 11 additions and 0 deletions

View file

@ -8,6 +8,7 @@
imports = [ inputs.disko.nixosModules.disko ];
boot.supportedFilesystems = [ "zfs" ];
boot.kernelParams = [ "zfs.zfs_arc_max=34359738368" ];
networking.hostId = "007f0200";
services.zfs = {