summaryrefslogtreecommitdiff
path: root/hosts/snorlex.nix
blob: 9ba6e6c33cac0836062db2875c7bbbaabff5ee1c (plain)
1
2
3
4
5
6
7
8
9
{ ... }:
{
  imports = [
    ./hardware-configuration/snorlex.nix
    ../roles/server.nix
  ];

  system.stateVersion = "24.05";
}