mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
formatting
This commit is contained in:
parent
d8f9425bed
commit
7d0571f4a9
10 changed files with 39 additions and 34 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
{
|
||||
fileSystems."/mnt/backup" =
|
||||
{
|
||||
|
@ -14,7 +13,7 @@
|
|||
fsType = "btrfs";
|
||||
options = [ "compress=zstd" "noatime" ];
|
||||
};
|
||||
|
||||
|
||||
services.btrbk = {
|
||||
instances."nuc-to-disk".settings = {
|
||||
snapshot_preserve = "14d";
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{config, ...}:
|
||||
{ config, ... }:
|
||||
let
|
||||
domain = "cache.rfive.de";
|
||||
in
|
||||
{
|
||||
sops.secrets."nix-serve/secretkey" = {};
|
||||
sops.secrets."nix-serve/secretkey" = { };
|
||||
services.nix-serve = {
|
||||
enable = true;
|
||||
secretKeyFile = config.sops.secrets."nix-serve/secretkey".path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue