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