mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +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
|
let
|
||||||
inherit (builtins) toString;
|
inherit (builtins) toString;
|
||||||
@ -18,6 +18,9 @@ in
|
|||||||
|
|
||||||
(lib.mapHomeManagerUser "plover" {})
|
(lib.mapHomeManagerUser "plover" {})
|
||||||
(lib.getUser "nixos" "plover")
|
(lib.getUser "nixos" "plover")
|
||||||
|
|
||||||
|
# Hardened profile from nixpkgs.
|
||||||
|
"${modulesPath}/profiles/hardened.nix"
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.domain = "foodogsquared.one";
|
networking.domain = "foodogsquared.one";
|
||||||
|
Loading…
Reference in New Issue
Block a user