mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
hosts/ni: make use of the custom "profiles ala-nixpkgs"
This commit is contained in:
parent
d5c5ac2f0c
commit
a91e89b6a3
@ -1,4 +1,4 @@
|
|||||||
{ config, lib, pkgs, modulesPath, ... }:
|
{ config, lib, pkgs, foodogsquaredModulesPath, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
@ -11,8 +11,8 @@
|
|||||||
(lib.private.getUser "nixos" "admin")
|
(lib.private.getUser "nixos" "admin")
|
||||||
(lib.private.getUser "nixos" "plover")
|
(lib.private.getUser "nixos" "plover")
|
||||||
|
|
||||||
# Hardened profile from nixpkgs.
|
"${foodogsquaredModulesPath}/profiles/headless.nix"
|
||||||
"${modulesPath}/profiles/hardened.nix"
|
"${foodogsquaredModulesPath}/profiles/hardened.nix"
|
||||||
|
|
||||||
./modules
|
./modules
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user