summaryrefslogtreecommitdiff
path: root/node/backup.jras.nl/disk-config.nix
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-03-26 15:20:45 +0100
committerJasper Ras <jras@hostnet.nl>2025-03-26 15:20:45 +0100
commitd6ea5216d603942b8c22025a4fd9501f575eac59 (patch)
tree2dea5f3ea6e753954062e0f7b3266c251e080195 /node/backup.jras.nl/disk-config.nix
parent210ec2ded46759782fc66fd36a3e3145dcb783d9 (diff)
Make backup.jras.nl boot on openstack
Diffstat (limited to 'node/backup.jras.nl/disk-config.nix')
-rw-r--r--node/backup.jras.nl/disk-config.nix11
1 files changed, 8 insertions, 3 deletions
diff --git a/node/backup.jras.nl/disk-config.nix b/node/backup.jras.nl/disk-config.nix
index 8800806..c02a3b3 100644
--- a/node/backup.jras.nl/disk-config.nix
+++ b/node/backup.jras.nl/disk-config.nix
@@ -7,14 +7,19 @@
content = {
type = "gpt";
partitions = {
- ESP = {
+ boot = {
+ name = "boot";
+ size = "1M";
+ type = "EF02";
+ };
+ esp = {
+ name = "ESP";
+ size = "500M";
type = "EF00";
- size = "1G";
content = {
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
- mountOptions = [ "umask=0077" ];
};
};
zfs = {