about summary refs log blame commit diff
path: root/users/flokli/nixos/archeology-ec2/configuration.nix
blob: 8e8b2884fb36106db056fbead281996c050528b3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                                    
                              

    

                                         
                                                            

 
{ 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?
}