mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
forgot importing ssh stuff
This commit is contained in:
parent
2cf5e1f4c9
commit
2694935f92
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
|
||||
imports = [
|
||||
./ssh.nix
|
||||
];
|
||||
environment.systemPackages = [
|
||||
pkgs.curl
|
||||
pkgs.unzip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue