blob: 8e8b2884fb36106db056fbead281996c050528b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{ 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?
}
|