https://github.com/staticdev/nixconfig
https://github.com/staticdev/nixconfig
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/staticdev/nixconfig
- Owner: staticdev
- Created: 2024-10-20T13:52:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-06T16:47:21.000Z (about 1 year ago)
- Last Synced: 2025-01-25T16:51:14.753Z (about 1 year ago)
- Language: Nix
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nixconfig
This repository has NixOS Flake configuration for Media.
Currently it supports having Nextcloud.
## Nextcloud
The Nextcloud configuration is based on [JupiterBroadcasting/nixconfigs](https://github.com/JupiterBroadcasting/nixconfigs).
Add [nextcloud.nix](https://raw.githubusercontent.com/JupiterBroadcasting/nixconfigs/refs/heads/main/nextcloud.nix) to your `/etc/nixos` folder. This will then be loaded by the media flake.
## Update this flake
Clone this repo and do:
```sh
nix flake update --flake .
```