hosts/plover: add hardened profile from nixpkgs

This commit is contained in:
Gabriel Arazas 2022-12-03 11:11:48 +08:00
parent b8d916c8a2
commit 9e5d2e2307

View File

@ -1,4 +1,4 @@
{ config, options, lib, pkgs, ... }:
{ config, options, lib, pkgs, modulesPath, ... }:
let
inherit (builtins) toString;
@ -18,6 +18,9 @@ in
(lib.mapHomeManagerUser "plover" {})
(lib.getUser "nixos" "plover")
# Hardened profile from nixpkgs.
"${modulesPath}/profiles/hardened.nix"
];
networking.domain = "foodogsquared.one";