From bb6b56c7877cbb8049ac570d6f9d5cc8df3f2f38 Mon Sep 17 00:00:00 2001 From: Fabian Date: Wed, 11 Mar 2020 16:33:26 +0000 Subject: [PATCH] Fix typo in base role --- role/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;