update
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
{
|
||||
imports = [
|
||||
./programs
|
||||
./services
|
||||
];
|
||||
home = {
|
||||
username = "elias";
|
||||
@@ -20,6 +21,7 @@
|
||||
lm_sensors
|
||||
|
||||
# extras
|
||||
openssh
|
||||
betterbird
|
||||
bitwarden
|
||||
# dropbox
|
||||
|
||||
5
home/services/default.nix
Normal file
5
home/services/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
./ssh-agent.nix
|
||||
];
|
||||
}
|
||||
8
home/services/ssh-agent.nix
Normal file
8
home/services/ssh-agent.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
services.ssh-agent = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user