hosts/ni: make use of the custom "profiles ala-nixpkgs"

This commit is contained in:
Gabriel Arazas 2024-01-22 12:23:14 +08:00
parent d5c5ac2f0c
commit a91e89b6a3
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, modulesPath, ... }:
{ config, lib, pkgs, foodogsquaredModulesPath, ... }:
{
imports = [
@ -11,8 +11,8 @@
(lib.private.getUser "nixos" "admin")
(lib.private.getUser "nixos" "plover")
# Hardened profile from nixpkgs.
"${modulesPath}/profiles/hardened.nix"
"${foodogsquaredModulesPath}/profiles/headless.nix"
"${foodogsquaredModulesPath}/profiles/hardened.nix"
./modules
];