mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 06:19:11 +00:00
hosts/plover: update code
This commit is contained in:
parent
38c12267c9
commit
3cd3d81d77
@ -1,4 +1,4 @@
|
|||||||
{ config, lib, pkgs, foodogsquaredLib, foodogsquaredModulesPath, ... }:
|
{ config, lib, pkgs, foodogsquaredLib, foodogsquaredUtils, foodogsquaredModulesPath, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
@ -8,8 +8,8 @@
|
|||||||
./modules/profiles/hetzner-cloud-cx21.nix
|
./modules/profiles/hetzner-cloud-cx21.nix
|
||||||
|
|
||||||
# The users for this host.
|
# The users for this host.
|
||||||
(foodogsquaredLib.getUser "nixos" "admin")
|
(foodogsquaredUtils.getUser "nixos" "admin")
|
||||||
(foodogsquaredLib.getUser "nixos" "plover")
|
(foodogsquaredUtils.getUser "nixos" "plover")
|
||||||
|
|
||||||
"${foodogsquaredModulesPath}/profiles/headless.nix"
|
"${foodogsquaredModulesPath}/profiles/headless.nix"
|
||||||
"${foodogsquaredModulesPath}/profiles/hardened.nix"
|
"${foodogsquaredModulesPath}/profiles/hardened.nix"
|
||||||
|
Loading…
Reference in New Issue
Block a user