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 = { agenix = {
url = "github:ryantm/agenix"; url = "github:ryantm/agenix";
#inputs.nixpkgs.follows = "nixpkgs-stable"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };

View File

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

View File

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

View File

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

View File

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