Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram:build
> ./nixos/calm/mail/configuration.nix
Lenses
(coming soon!)
{ config, lib, pkgs, ... }:
{
system.stateVersion = "24.05"; # Did you read the comment?
imports = [ ./hardware-configuration.nix ];
boot.loader.grub.enable = true;
environment.systemPackages = with pkgs; [ neovim wget tree ];
}