Home/Servenix: Add agenix secrets
This commit is contained in:
@ -4,6 +4,7 @@
|
|||||||
nixosConfig,
|
nixosConfig,
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
|
username,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
@ -12,6 +13,8 @@
|
|||||||
|
|
||||||
config = {
|
config = {
|
||||||
modules = {
|
modules = {
|
||||||
|
# agenix.secrets.${username} = [];
|
||||||
|
|
||||||
hyprland = {
|
hyprland = {
|
||||||
kb-layout = "us";
|
kb-layout = "us";
|
||||||
kb-variant = "altgr-intl";
|
kb-variant = "altgr-intl";
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
nixosConfig,
|
nixosConfig,
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
|
username,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
@ -10,6 +11,15 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
modules = {
|
||||||
|
agenix.secrets.${username} = [
|
||||||
|
"heidi-discord-token"
|
||||||
|
"kopia-password"
|
||||||
|
"kopia-server-username"
|
||||||
|
"kopia-server-password"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
docker-compose
|
docker-compose
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user