mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 02:27:44 +00:00
shells: init
This commit is contained in:
parent
4a90dba591
commit
5a699752fd
11 changed files with 99 additions and 55 deletions
|
@ -1,6 +1,6 @@
|
|||
{ config, lib, ... }: let
|
||||
inherit (lib) genAttrs mkConst mkIf remove;
|
||||
in{
|
||||
in {
|
||||
options.services.restic.hosts = mkConst <| remove config.networking.hostName [ "nine" "best" ];
|
||||
|
||||
config.secrets.resticPassword.file = mkIf config.isServer ./password.age;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue