more stuff
This commit is contained in:
parent
921a59a30e
commit
d5001107b0
6 changed files with 51 additions and 2 deletions
|
@ -11,6 +11,10 @@
|
|||
"bitbucket.org" = {
|
||||
identityFile = age.secrets.nix2bitbucket.path;
|
||||
};
|
||||
"git.joshuabell.xyz" = {
|
||||
identityFile = age.secrets.nix2gitjosh.path;
|
||||
port = 3032;
|
||||
};
|
||||
# PERSONAL DEVICES
|
||||
"joe" = {
|
||||
identityFile = age.secrets.nix2joe.path;
|
||||
|
|
5
users/josh/nix_modules/lua.nix
Normal file
5
users/josh/nix_modules/lua.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ lua ];
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue