Docs
  1. Home
  2. Getting Started
    1. Creating Your First Clan
    2. Add Machines
    3. Add Users
    4. Add Services
    5. Prepare Physical Machines
    6. Prepare Virtual Machines
    7. Configure Disk
    8. Deployment Phase
    9. Update Machines
    10. Whats Next
  3. Guides
    1. Inventory
      1. Introduction to Inventory
      2. Auto-included Files
    2. Services
      1. Introduction to Services
      2. Authoring a 'clan.service' module
      3. Exports
      4. Internal Services with SSL
    3. Vars
      1. Introduction to Vars
      2. Minimal Example
      3. Understanding Clan Vars - Concepts & Architecture
      4. Advanced Vars Examples
      5. Troubleshooting Vars
      6. Sops Backend
        1. Using Age Plugins with Clan Vars
    4. Backups
      1. Introduction to Backups
      2. Minimal Example
      3. Digging Deeper
      4. Advanced Example
    5. Networking
      1. Connecting to Your Machines
      2. Zerotier VPN
    6. Nixpkgs Flake Input
    7. Flake-parts
    8. Can I still use nixos-rebuild?
    9. Managing macOS Machines with Clan
    10. Templates
      1. How Templates work
      2. Community Disko Templates
    11. Migrations
      1. Convert existing NixOS configurations
      2. Migrating from using clanModules to clanServices
      3. Migrate modules from facts to vars
      4. Migrate disko config from clanModules.disk-id
    12. Disk Encryption
    13. Disable Secure Boot
    14. Contributing
      1. Contributing to Clan
      2. Debugging
      3. Testing your contributions
  4. Reference
    1. Overview
    2. Options
      1. Clan Options
      2. Inventory Submodule
      3. Clan service
    3. clan.core (Machine Options)
      1. clan.core
      2. backups
      3. deployment
      4. networking
      5. postgresql
      6. settings
      7. sops
      8. state
      9. vars
    4. CLI
      1. CLI Overview
      2. Backups
      3. Flakes
      4. Flash
      5. Machines
      6. Select
      7. Secrets
      8. Show
      9. Ssh
      10. State
      11. Templates
      12. Vars
      13. Vms
    5. clanLib
    6. Decisions
      1. Architecture Decisions
      2. 01 Clan Modules
      3. 02 Clan As Library
      4. 03 Adr Numbering Process
      5. 04 Fetching Nix From Python
      6. 05 Deployment Parameters
      7. Title
    7. Glossary
    8. Releases
      1. 25.11
  5. Services
    1. Definition
    2. Official
      1. admin
      2. borgbackup
      3. certificates
      4. coredns
      5. data-mesher
      6. dyndns
      7. emergency-access
      8. garage
      9. hello-world
      10. internet
      11. importer
      12. kde
      13. localbackup
      14. matrix-synapse
      15. mycelium
      16. monitoring
      17. packages
      18. sshd
      19. syncthing
      20. trusted-nix-caches
      21. tor
      22. users
      23. wifi
      24. wireguard
      25. yggdrasil
      26. zerotier
    3. Community
  1. defaultGroups

sops

Attribute: clan.core.sops

defaultGroups🔗

Attribute: clan.core.sops.defaultGroups

The default groups to for encryption use when no groups are specified.

Type: list of string

Default:

[ ]
Example
[
  "admins"
]

Declared in: nixosModules/clanCore/sops.nix

Previous
settings
Next
state