hosts: update agenix config
This commit is contained in:
parent
7da4b20c78
commit
20ffd0b0a8
@ -31,7 +31,7 @@
|
||||
|
||||
agenix = {
|
||||
url = "github:ryantm/agenix";
|
||||
#inputs.nixpkgs.follows = "nixpkgs-stable";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -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
|
||||
|
@ -85,7 +85,7 @@
|
||||
lm_sensors
|
||||
bind
|
||||
dig
|
||||
agenix.defaultPackage.x86_64-linux
|
||||
agenix.package.x86_64-linux.default
|
||||
ffmpeg
|
||||
];
|
||||
};
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user