feat: move MOMO to cloud.oracle.com

This commit is contained in:
Jacob Bachmann 2025-12-04 23:44:46 +01:00
parent 7dab99bd6d
commit 2ae9fa7b88
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
18 changed files with 52 additions and 68 deletions

View file

@ -44,25 +44,15 @@
};
root = {
name = "ROOT";
end = "-8G";
size = "100%";
content = {
type = "filesystem";
format = "ext4";
mountpoint = "/";
};
};
plainSwap = {
size = "100%";
content = {
type = "swap";
discardPolicy = "both";
};
};
};
};
};
};
networking.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}