tvl-depot/users/flokli/nixos/archeology-ec2/configuration.nix
Florian Klink 9e2f1f4583 refactor(users/flokli): move common stuff to archeology profile
Change-Id: I8470c0a2416c0c397e009affb44f8c7a852cd526
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9837
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
2023-10-30 12:15:35 +00:00

13 lines
249 B
Nix

{ depot, pkgs, modulesPath, ... }:
{
imports = [
"${modulesPath}/virtualisation/amazon-image.nix"
../profiles/archeology.nix
];
networking.hostName = "archeology-ec2";
system.stateVersion = "23.05"; # Did you read the comment?
}