summaryrefslogtreecommitdiff
path: root/hosts/bibus-lab/configuration.nix
blob: bace2f669f17495a1d32263fcdd0b0d6274d67df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ inputs, ... }:
{
  system.stateVersion = "26.11";

  imports = [
    inputs.disko.nixosModules.disko
    ./disko.nix

    ../../os/default.nix
  ];

  hardware.facter.reportPath = ./facter.json;
}