diff --git a/role/base.nix b/role/base.nix index 6012047..206b65f 100644 --- a/role/base.nix +++ b/role/base.nix @@ -17,7 +17,7 @@ environment.systemPackages = with pkgs; [ wget curl vim tmux git ncat bind ack fwupd pciutils dmidecode smartmontools parted - borgbckup + borgbackup ]; services.fwupd.enable = true;