use ssh
This commit is contained in:
parent
8fde313ef9
commit
f578324c1b
2
home.nix
2
home.nix
@ -66,5 +66,5 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
# programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
programs = {
|
programs = {
|
||||||
|
ssh.enable = true;
|
||||||
|
|
||||||
go = {
|
go = {
|
||||||
enable = true;
|
enable = true;
|
||||||
goPath = ".local/go";
|
goPath = ".local/go";
|
||||||
|
Reference in New Issue
Block a user