Files

13 lines
154 B
Nix

{ config, pkgs, ... }:
{
imports = [
./hardware.nix
../../system
];
networking.hostName = "lavender";
system.stateVersion = "26.05";
}