10 lines
269 B
Nix
10 lines
269 B
Nix
# Do NOT edit this file manually.
|
|
# Please use the dedicated script : https://gittea.dev/numbus/numbus.
|
|
# This could compromise system stability and is not supported by numbus.
|
|
|
|
{ config, pkgs, inputs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
inputs.sops-nix.nixosModules.sops
|
|
]; |