mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 12:40:13 +00:00
remove aws and clean up arrow
This commit is contained in:
15
modules/aws/default.nix
Normal file
15
modules/aws/default.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{ ... }:
|
||||
{
|
||||
config = {
|
||||
# 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;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user