hosts: update agenix config

This commit is contained in:
Kabbone 2023-02-04 08:50:56 +01:00
parent 7da4b20c78
commit 20ffd0b0a8
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
5 changed files with 9 additions and 7 deletions

View File

@ -31,7 +31,7 @@
agenix = {
url = "github:ryantm/agenix";
#inputs.nixpkgs.follows = "nixpkgs-stable";
inputs.nixpkgs.follows = "nixpkgs";
};
};

View File

@ -97,7 +97,7 @@
dig
qmk-udev-rules
gptfdisk
agenix.defaultPackage.x86_64-linux
agenix.packages.x86_64-linux.default
age-plugin-yubikey
pwgen
cryptsetup

View File

@ -85,7 +85,7 @@
lm_sensors
bind
dig
agenix.defaultPackage.x86_64-linux
agenix.package.x86_64-linux.default
ffmpeg
];
};

View File

@ -29,7 +29,7 @@ in
inherit system;
specialArgs = { inherit inputs user location hyprland nixos-hardware nur agenix; };
modules = [
agenix.nixosModule
agenix.nixosModules.default
nur.nixosModules.nur
#hyprland.nixosModules.default
./desktop
@ -57,7 +57,7 @@ in
inherit system;
specialArgs = { inherit inputs user location hyprland nixos-hardware nur agenix; };
modules = [
agenix.nixosModule
agenix.nixosModules.default
nur.nixosModules.nur
#hyprland.nixosModules.default
./laptop
@ -85,7 +85,7 @@ in
#user = "dmz-user";
specialArgs = { inherit inputs user location nixos-hardware nur agenix; };
modules = [
agenix.nixosModule
agenix.nixosModules.default
nur.nixosModules.nur
./server
./configuration_server.nix
@ -111,7 +111,7 @@ in
#user = "dmz-user";
specialArgs = { inherit inputs user location nixos-hardware nur agenix; };
modules = [
agenix.nixosModule
agenix.nixosModules.default
nur.nixosModules.nur
./nas
./configuration_desktop.nix

View File

@ -69,6 +69,7 @@
calibre
mtpfs
vimiv-qt
#freecad
# File Management
#okular # PDF viewer
@ -90,6 +91,7 @@
#wget # Downloader
#zsh # Shell
keepassxc
libreoffice
#
# General home-manager
#alacritty # Terminal Emulator