aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/users
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-04-18 19:36:53 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-04-18 19:36:53 -0700
commitfca8fc476d7ba2ed85f203ff99e7e9a7173776e3 (patch)
tree7d7295357de3bc726a8ee424568c006573b06605 /hosts/common/users
parent0e741291f1ea350c398302e4b212a28f5c77840a (diff)
downloadnix-fca8fc476d7ba2ed85f203ff99e7e9a7173776e3.tar
nix-fca8fc476d7ba2ed85f203ff99e7e9a7173776e3.tar.gz
nix-fca8fc476d7ba2ed85f203ff99e7e9a7173776e3.tar.bz2
nix-fca8fc476d7ba2ed85f203ff99e7e9a7173776e3.tar.lz
nix-fca8fc476d7ba2ed85f203ff99e7e9a7173776e3.tar.xz
nix-fca8fc476d7ba2ed85f203ff99e7e9a7173776e3.tar.zst
nix-fca8fc476d7ba2ed85f203ff99e7e9a7173776e3.zip
Add missing argument
Diffstat (limited to 'hosts/common/users')
-rw-r--r--hosts/common/users/root/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/users/root/default.nix b/hosts/common/users/root/default.nix
index b47128c..cd514a5 100644
--- a/hosts/common/users/root/default.nix
+++ b/hosts/common/users/root/default.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }:
+{ config, pkgs, ... }:
{
users.users.root = {
openssh.authorizedKeys.keys = [