Fixed: Typo
This commit is contained in:
parent
ca026aead8
commit
6bc08fca07
@ -8,6 +8,7 @@
|
|||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../../modules/system.nix
|
../../modules/system.nix
|
||||||
|
../../modules/nix-settings.nix
|
||||||
../../modules/vpn.nix
|
../../modules/vpn.nix
|
||||||
../../modules/fonts.nix
|
../../modules/fonts.nix
|
||||||
../../modules/firewall.nix
|
../../modules/firewall.nix
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ pkgs, username, ... }:
|
{ pkgs, username, lib, ... }:
|
||||||
{
|
{
|
||||||
# given the users in this list the right to specify additional substituters via:
|
# given the users in this list the right to specify additional substituters via:
|
||||||
# 1. `nixConfig.substituers` in `flake.nix`
|
# 1. `nixConfig.substituers` in `flake.nix`
|
||||||
|
Loading…
Reference in New Issue
Block a user