From 3982904d35294e19a51712653378d49868834306 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 28 Sep 2021 11:19:54 +1000 Subject: [PATCH] nix: removed nixops --- hosts/paidh-tri.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/paidh-tri.nix b/hosts/paidh-tri.nix index 18f3646..0c3b878 100644 --- a/hosts/paidh-tri.nix +++ b/hosts/paidh-tri.nix @@ -14,7 +14,6 @@ environment.systemPackages = with pkgs; [ gnupg # GPL OpenPGP implementation - nixops # NixOS cloud provisioning and deployment tool ]; system.stateVersion = "20.09"; # The version of NixOS originally installed