diff --git a/hosts/emenel-services/disko-config.nix b/hosts/emenel-services/disko-config.nix index 29c6446..9d64247 100644 --- a/hosts/emenel-services/disko-config.nix +++ b/hosts/emenel-services/disko-config.nix @@ -32,6 +32,22 @@ }; }; }; + git-storage = { + type = "disk"; + device = "/dev/disk/by-id/scsi-0HC_Volume_102426267"; + content = { + partitions = { + root = { + size = "100%"; + content = { + type = "filesystem"; + format = "ext4"; + mountpoint = "/mnt/git-storage"; + }; + }; + }; + }; + }; }; }; }