summary refs log tree commit diff
path: root/machines/loup/default.nix
blob: 96bebd08489ea160ec0eabd27f45a20d31c45b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ ... }:

{
  imports = [
    ../../modules/common.nix

    ./hardware.nix
    ./devices.nix
  ];

  system.stateVersion = "25.11";
}