From e3e401f93918115fd056b541436d449198f42756 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 3 Dec 2022 15:46:22 +0800 Subject: [PATCH] Revert "hosts/plover: add headless profile from nixpkgs" This reverts commit 6300aa72754fd922cbd7e1a3c0f3990eb1441a7f. --- hosts/plover/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/plover/default.nix b/hosts/plover/default.nix index 82dbd1e5..d97a10d1 100644 --- a/hosts/plover/default.nix +++ b/hosts/plover/default.nix @@ -19,8 +19,7 @@ in (lib.getUser "nixos" "admin") (lib.getUser "nixos" "plover") - # Several profile from nixpkgs. - "${modulesPath}/profiles/headless.nix" + # Hardened profile from nixpkgs. "${modulesPath}/profiles/hardened.nix" ];