mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
hosts/plover: add hardened profile from nixpkgs
This commit is contained in:
parent
b8d916c8a2
commit
9e5d2e2307
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user