Skip to content

Commit

Permalink
flake: fix emacs overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
storvik committed Oct 31, 2024
1 parent 41cc1b8 commit f9eedfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ in
};
};
overlays = [
(import "${self}/overlays")
emacs-overlay.outputs.overlay
(import "${self}/overlays")
];
};

Expand Down
2 changes: 1 addition & 1 deletion modules/nixos/remote.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ in
users.users.storvik = {
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG/cetz89/SRWucBZPsARH8pnHwXCW9MGrHmNJyhHMCC petterstorvik@gmail.com" # matebook
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBoFq88oaivkC4bqCUINV6DRwg6Qfkd+a8gC6Mc68EKB petter.storvik@goodtech.no" # lenovo
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB7BiFWuBc2PTpQ/wSrL76nDw0+TDuyjaNR0hlToZgoq petter.storvik@tive.com " # macbook
];
};

Expand Down

0 comments on commit f9eedfb

Please sign in to comment.