hosts/marisa: remove hashistack
Signed-off-by: natto1784 <natto@weirdnatto.in>
This commit is contained in:
23
hosts/marisa/services/default.nix
Normal file
23
hosts/marisa/services/default.nix
Normal file
@@ -0,0 +1,23 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
|
||||
imports = [
|
||||
# ./hashicorp.nix
|
||||
];
|
||||
|
||||
# Add secrets to nomad, consul and vault
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
daemon.settings = {
|
||||
# default-cgroupns-mode = "host";
|
||||
};
|
||||
};
|
||||
systemd.tmpfiles.rules = [ "d /run/vault - vault vault 1h" ];
|
||||
services = {
|
||||
openssh = {
|
||||
enable = true;
|
||||
permitRootLogin = "yes";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user