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

  system.stateVersion = "24.05";
}