many updates to lio and o001
This commit is contained in:
parent
214e6f289d
commit
06fe42789a
9 changed files with 230 additions and 119 deletions
|
|
@ -48,6 +48,9 @@
|
|||
./nginx.nix
|
||||
./containers/vaultwarden.nix
|
||||
./containers/opengist.nix
|
||||
./mods/postgresql.nix
|
||||
./mods/atuin.nix
|
||||
./mods/rustdesk-server.nix
|
||||
(
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
|
@ -82,6 +85,7 @@
|
|||
homeManager = {
|
||||
users = {
|
||||
root = {
|
||||
programs.atuin.settings.sync_address = "http://localhost:8888";
|
||||
imports = with common.homeManagerModules; [
|
||||
tmux
|
||||
atuin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue