This website requires JavaScript.
Explore
Help
Sign In
alarsyo
/
nixos-config
Watch
1
Star
1
Fork
You've already forked nixos-config
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
297eb0a6f9
nixos-config
/
services
/
default.nix
11 lines
112 B
Nix
Raw
Normal View
History
Unescape
Escape
monitoring: refacto, extract from main config
2021-01-27 21:49:03 +01:00
{
.
.
.
}:
{
imports
=
[
borg-backup: setup service
2021-01-30 18:11:02 +01:00
./borg-backup.nix
matrix: migrate server and setup federation It works, but looks and feels hacky. Needs cleanups
2021-01-28 01:29:13 +01:00
./matrix.nix
miniflux: setup service
2021-01-30 21:14:27 +01:00
./miniflux.nix
monitoring: refacto, extract from main config
2021-01-27 21:49:03 +01:00
./monitoring.nix
]
;
}
Reference in a new issue
Copy permalink