{ lib, config, pkgs, ...}: { imports = [ ../common/desktop.nix ]; boot.loader.grub.enable = true; boot.loader.grub.device = "/dev/sda"; networking.hostName = "mainsail"; services.paperless = { enable = true; passwordFile = "/etc/paperless-password"; port = 3004; address = "localhost"; extraConfig = { PAPERLESS_URL = "https://paperless.beepboop.systems"; }; }; services.getty.greetingLine = " welcome to mainsail |`-:_ ,----....____ | `+. ( ````----....|___ | \\ _ ````----....____ \\ _) ```---.._ \\ \\ )`.\\ )`. )`. )`. )`. )`. )`. )`. )`. )`. )`. -' `-' `-' `-' `-' `-' `-' `-' `-' `-' `-' ` "; environment.systemPackages = with pkgs; [ vscodium ]; }