diff options
author | stuebinm | 2023-02-24 01:25:03 +0100 |
---|---|---|
committer | stuebinm | 2023-02-24 01:25:03 +0100 |
commit | 93a3059cd625d147a72e395a155990edbabf6990 (patch) | |
tree | 40b176f4d9b562ab3b518abeace297665a9a2d06 /common | |
parent | 06ea6d3f8c522b8d730775bbbac1b0b2098d864c (diff) |
chaski/tracktrain: make the css editable via http
Diffstat (limited to 'common')
-rw-r--r-- | common/desktop.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/desktop.nix b/common/desktop.nix index d5cba19..f66c349 100644 --- a/common/desktop.nix +++ b/common/desktop.nix @@ -61,6 +61,8 @@ auth include login ''; + services.davfs2.enable = true; + services.greetd = { enable = true; settings = { |