pub-solar-os/configurations/hp500281.nix
2019-12-13 22:47:05 -07:00

14 lines
144 B
Nix

{ ... }:
let
inherit (builtins) readFile;
in
{
imports = [];
boot.loader.systemd-boot = {
enable = true;
editor = false;
};
}