Update loki configuration
This commit is contained in:
parent
091fc65b2f
commit
55c1ffee33
9 changed files with 131 additions and 177 deletions
|
|
@ -5,5 +5,11 @@
|
|||
] ++ lib.optionals config.programs.helix.enable [
|
||||
nodePackages.dockerfile-language-server-nodejs
|
||||
];
|
||||
home.shellAliases = {
|
||||
"dkcd" = "docker-compose down";
|
||||
"dkc" = "docker-compose";
|
||||
"dkcu" = "docker-compose up";
|
||||
"dk" = "docker";
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
{
|
||||
home.shellAliases = {
|
||||
"dkcd" = "docker-compose down";
|
||||
"dkc" = "docker-compose";
|
||||
"dkcu" = "docker-compose up";
|
||||
"dk" = "docker";
|
||||
"jc" = "sudo journalctl";
|
||||
"jcu" = "journalctl --user";
|
||||
"nb" = "nix build";
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
{ services.syncthing = { enable = true; }; }
|
||||
{ services.syncthing = { enable = true; extraOptions = [ "--gui-address=http://0.0.0.0:8384" ]; }; }
|
||||
|
|
|
|||
2
hm_modules/syncthing_tiziano.nix
Normal file
2
hm_modules/syncthing_tiziano.nix
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
{ services.syncthing = { enable = true; extraOptions = [ "--gui-address=http://0.0.0.0:8385" ]; }; }
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue