mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: remove last uses of with lib
This commit is contained in:
parent
1b9d9fc58a
commit
7ecbb69ff8
6 changed files with 16 additions and 25 deletions
|
@ -4,8 +4,7 @@
|
|||
pkgs,
|
||||
stateVersion,
|
||||
...
|
||||
}:
|
||||
with lib; {
|
||||
}: {
|
||||
users.users.root = {
|
||||
hashedPassword = "$6$EBo/CaxB.dQoq2W8$lo2b5vKgJlLPdGGhEqa08q3Irf1Zd1PcFBCwJOrG8lqjwbABkn1DEhrMh1P3ezwnww2HusUBuZGDSMa4nvSQg1";
|
||||
openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA5Uq+CDy5Pmt3If5M6d8K/Q7HArU6sZ7sgoj3T521Wm"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue