Add eirene bare metal config
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
7
hosts/common/configs/git/default.nix
Normal file
7
hosts/common/configs/git/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
};
|
||||
}
|
||||
|
6
hosts/common/configs/gpg-agent/default.nix
Normal file
6
hosts/common/configs/gpg-agent/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.gnupg.agent.enable = true;
|
||||
}
|
||||
|
7
hosts/common/configs/nix-ld/default.nix
Normal file
7
hosts/common/configs/nix-ld/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
libraries = [ ];
|
||||
};
|
||||
}
|
||||
|
8
hosts/common/configs/ssh/default.nix
Normal file
8
hosts/common/configs/ssh/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
programs.ssh = {
|
||||
knownHosts = {
|
||||
eirene.publicKeyFile = ../../../eirene/secrets/ssh_host_ed25519_key.pub;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user