Skip to content

Commit

Permalink
WIP: add notes for missing persistence/backup
Browse files Browse the repository at this point in the history
TODO:
* Do home-manager
* Look at for more inspiration github.com:nix-community/impermanence/pull/108
* Common files github.com:nix-community/impermanence/issues/10
* Useful config: github.com:chayleaf/dotfiles/blob/f77271b249e0c08368573c22a5c34f0737d3a766/system/modules/impermanence.nix
  • Loading branch information
ambroisie committed Nov 28, 2024
1 parent 0a251fa commit 044ad20
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nixos/services/drone/runner-docker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@ in
extraGroups = [ "docker" ]; # Give access to the daemon
};
users.groups.drone-runner-docker = { };

# FIXME: persistence?
};
}
2 changes: 2 additions & 0 deletions modules/nixos/services/drone/runner-exec/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,7 @@ in
group = "drone-runner-exec";
};
users.groups.drone-runner-exec = { };

# FIXME: persistence?
};
}
2 changes: 2 additions & 0 deletions modules/nixos/services/drone/server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@ in
inherit (cfg) port;
};
};

# FIXME: persistence?
};
}
2 changes: 2 additions & 0 deletions modules/nixos/services/nextcloud/collabora.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ in
];
};
};

# FIXME: persistence?
};
}
2 changes: 2 additions & 0 deletions modules/nixos/services/woodpecker/agent-docker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ in
];
};
};

# FIXME: persistence?
};
}
2 changes: 2 additions & 0 deletions modules/nixos/services/woodpecker/agent-exec/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,7 @@ in
];
};
};

# FIXME: persistence?
};
}
2 changes: 2 additions & 0 deletions modules/nixos/services/woodpecker/server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,7 @@ in
port = cfg.rpcPort;
};
};

# FIXME: persistence
};
}
2 changes: 2 additions & 0 deletions modules/nixos/system/printing/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,7 @@ in
# Allow resolution of '.local' addresses
nssmdns4 = true;
};

# FIXME: persistence?
};
}

0 comments on commit 044ad20

Please sign in to comment.