mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 17:20:13 +00:00
test out arrow on aws
This commit is contained in:
@ -1,15 +1,9 @@
|
||||
{ ... }:
|
||||
{
|
||||
config = {
|
||||
# AWS settings require this
|
||||
permitRootLogin = "prohibit-password";
|
||||
# AWS settings require this
|
||||
permitRootLogin = "prohibit-password";
|
||||
|
||||
# Make sure disk size is large enough
|
||||
# https://github.com/nix-community/nixos-generators/issues/150
|
||||
formatConfigs.amazon =
|
||||
{ config, ... }:
|
||||
{
|
||||
amazonImage.sizeMB = 16 * 1024;
|
||||
};
|
||||
};
|
||||
# Make sure disk size is large enough
|
||||
# https://github.com/nix-community/nixos-generators/issues/150
|
||||
amazonImage.sizeMB = 16 * 1024;
|
||||
}
|
||||
|
Reference in New Issue
Block a user