mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +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 = [
|
||||
@ -8,8 +8,8 @@
|
||||
./modules/profiles/hetzner-cloud-cx21.nix
|
||||
|
||||
# The users for this host.
|
||||
(foodogsquaredLib.getUser "nixos" "admin")
|
||||
(foodogsquaredLib.getUser "nixos" "plover")
|
||||
(foodogsquaredUtils.getUser "nixos" "admin")
|
||||
(foodogsquaredUtils.getUser "nixos" "plover")
|
||||
|
||||
"${foodogsquaredModulesPath}/profiles/headless.nix"
|
||||
"${foodogsquaredModulesPath}/profiles/hardened.nix"
|
||||
|
Loading…
Reference in New Issue
Block a user