Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
we
infra
Nixfiles
Commits
6ea67ada
Commit
6ea67ada
authored
Apr 18, 2022
by
Yaya
Browse files
users: Add yaya
parent
5bef714c
Pipeline
#3195
passed with stages
in 23 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
common/default.nix
View file @
6ea67ada
...
...
@@ -5,6 +5,7 @@
../modules
../users/spacekookie
../users/yuka
../users/yaya
./nginx
./prometheus-exporters
];
...
...
users/yaya/default.nix
0 → 100644
View file @
6ea67ada
{
pkgs
,
lib
,
modulesPath
,
...
}:
{
users
.
users
.
yaya
=
{
isNormalUser
=
true
;
extraGroups
=
[
"wheel"
];
openssh
.
authorizedKeys
.
keys
=
[
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC4HRKYocVaZq5rTBYYgWp0GegdJ0x4teTykgtSjR0A+ yaya@archlunix"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBxErCCAEa7gepD9Kib8t7PPz3FLol3d8C6gpeUt27F3 yaya@kiffi"
];
};
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment