mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-16 09:17:05 -04:00
add obsidian livesync
use relative path rename dockerfile and change build arg try systemd tmpfiles add docker entrypoint use more systemd tmpfiles whoops i was missing a file remove home.files and move to systemd.tmpfiles dont use root make immutable make immutable v2 whoops remove +i needs to be executable
This commit is contained in:
parent
2852bb3c35
commit
6e56012318
11 changed files with 446 additions and 0 deletions
|
@ -19,6 +19,7 @@ in
|
|||
]
|
||||
++ [
|
||||
../docker/vw/nginx.nix
|
||||
../docker/obsidian/nginx.nix
|
||||
];
|
||||
users = {
|
||||
users = {
|
||||
|
@ -47,6 +48,7 @@ in
|
|||
{
|
||||
imports = [
|
||||
../docker/vw
|
||||
../docker/obsidian
|
||||
./home.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue