Add wireguard
This commit is contained in:
parent
5e0c257caf
commit
30630c8508
8 changed files with 49 additions and 13 deletions
|
|
@ -1,3 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
users.users.ren = {
|
||||
isNormalUser = true;
|
||||
|
|
@ -24,5 +25,6 @@
|
|||
(builtins.readFile ../../keys/hetzner.pub)
|
||||
];
|
||||
age.identityPaths = [ "/home/ren/.ssh/id_ed25519" ];
|
||||
environment.systemPackages = [ pkgs.git ];
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue