blob: 13e1a3b9a4385dc261bedda2089baea7fd2d387e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{ inputs, username, ... }:
{
system.stateVersion = "26.05";
imports = [
inputs.disko.nixosModules.disko
./disko.nix
../../os/default.nix
];
hardware.facter.reportPath = ./facter.json;
}
|