feat: move MOMO to cloud.oracle.com
This commit is contained in:
parent
7dab99bd6d
commit
2ae9fa7b88
18 changed files with 52 additions and 68 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue