Updated the secrets organization.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
keys:
|
||||
- &primary $SOPS_PUBLIC_KEY
|
||||
creation_rules:
|
||||
- path_regex: secrets/secrets.yaml$
|
||||
- path_regex: secrets/(disks|podman|system)/.*\.yaml$
|
||||
key_groups:
|
||||
- age:
|
||||
- *primary
|
||||
@@ -1,17 +0,0 @@
|
||||
# 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, modulesPath, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
./custom-configuration.nix
|
||||
./numbus-generated.nix
|
||||
];
|
||||
|
||||
# System
|
||||
system.stateVersion = "25.11";
|
||||
}
|
||||
@@ -3,3 +3,6 @@
|
||||
# Do NOT set options already managed by numbus. i.e. config.numbus.* and other options (networking, storage, etc.)
|
||||
# Please use the dedicated script for those options : https://gittea.dev/numbus/numbus.
|
||||
|
||||
{ config }:
|
||||
|
||||
{}
|
||||
@@ -7,7 +7,7 @@
|
||||
# Core Nixpkgs
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
# Numbus server configuration
|
||||
numbus-server.url = "git+https://gittea.dev/numbus/numbus-server";
|
||||
numbus-server.url = "git+https://git.numbus.eu/numbus/numbus-server";
|
||||
numbus-server.inputs.nixpkgs.follows = "nixpkgs";
|
||||
# Disk-partitioning helper
|
||||
disko.url = "github:nix-community/disko";
|
||||
@@ -43,8 +43,9 @@
|
||||
# Power savings
|
||||
autoaspm.nixosModules.autoaspm
|
||||
# Core host configuration
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
./numbus-generated.nix
|
||||
./custom-configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user