mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 01:08:32 +02:00
feat: simplify flake.nix
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
{ pkgs
|
||||
, ...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
|
||||
@@ -35,7 +33,7 @@
|
||||
Host gtr5
|
||||
HostName 192.168.5.172
|
||||
Port 22
|
||||
|
||||
|
||||
Host um560
|
||||
HostName 192.168.5.173
|
||||
Port 22
|
||||
|
||||
Reference in New Issue
Block a user