Updated the secrets organization.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
keys:
|
keys:
|
||||||
- &primary $SOPS_PUBLIC_KEY
|
- &primary $SOPS_PUBLIC_KEY
|
||||||
creation_rules:
|
creation_rules:
|
||||||
- path_regex: secrets/secrets.yaml$
|
- path_regex: secrets/(disks|podman|system)/.*\.yaml$
|
||||||
key_groups:
|
key_groups:
|
||||||
- age:
|
- age:
|
||||||
- *primary
|
- *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.)
|
# 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.
|
# Please use the dedicated script for those options : https://gittea.dev/numbus/numbus.
|
||||||
|
|
||||||
|
{ config }:
|
||||||
|
|
||||||
|
{}
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
# Core Nixpkgs
|
# Core Nixpkgs
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||||
# Numbus server configuration
|
# 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";
|
numbus-server.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
# Disk-partitioning helper
|
# Disk-partitioning helper
|
||||||
disko.url = "github:nix-community/disko";
|
disko.url = "github:nix-community/disko";
|
||||||
@@ -43,8 +43,9 @@
|
|||||||
# Power savings
|
# Power savings
|
||||||
autoaspm.nixosModules.autoaspm
|
autoaspm.nixosModules.autoaspm
|
||||||
# Core host configuration
|
# Core host configuration
|
||||||
./configuration.nix
|
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
./numbus-generated.nix
|
||||||
|
./custom-configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user