nrec-nixos01: mount Cinder volume for Forgejo packages
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -34,6 +34,11 @@
|
||||
autoResize = true;
|
||||
};
|
||||
|
||||
fileSystems."/var/lib/forgejo/data/packages" = {
|
||||
device = "/dev/disk/by-uuid/25a84568-b36a-47b3-a6d0-b959209cfdaf";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "/dev/vda";
|
||||
networking.hostName = "nrec-nixos01";
|
||||
|
||||
Reference in New Issue
Block a user