Skip to content

Commit

Permalink
move ssh from backup
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 23, 2021
1 parent dc3d012 commit 36bb4ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions dotfiles/default.nix
Expand Up @@ -10,6 +10,7 @@
./git
./keyboard
./rofi
./ssh
./tmux
./xmonad
./xsession
Expand Down
5 changes: 1 addition & 4 deletions backup/dotfiles/ssh.nix → dotfiles/ssh/default.nix
@@ -1,9 +1,6 @@
{ pkgs, ... }:

{
{ pkgs, ... }: {
programs.ssh = {
enable = true;

extraConfig = "Include config.d/*";
};
}
2 changes: 2 additions & 0 deletions nixos/brian/default.nix
@@ -1,4 +1,6 @@
{ pkgs, ... }: {
environment.shells = [ pkgs.zsh ];

users.users.brian = {
isNormalUser = true;
shell = pkgs.zsh;
Expand Down

0 comments on commit 36bb4ed

Please sign in to comment.