fix agenix

This commit is contained in:
waveringana 2025-06-04 03:11:00 -04:00
parent ab9955e681
commit bf865e243c
4 changed files with 11 additions and 2 deletions

View file

@ -67,6 +67,10 @@
valefar = nixpkgs.lib.nixosSystem { valefar = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = {
inherit inputs;
system = "x86_64-linux";
};
modules = [ modules = [
./hosts/valefar ./hosts/valefar
lix-module.nixosModules.default lix-module.nixosModules.default
@ -80,6 +84,10 @@
buer = nixpkgs.lib.nixosSystem { buer = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = {
inherit inputs;
system = "x86_64-linux";
};
modules = [ modules = [
./hosts/buer ./hosts/buer

View file

@ -60,6 +60,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
#lm_sensors #lm_sensors
#code-server #code-server
inputs.agenix.packages.x86_64-linux.default
]; ];
virtualisation.docker = { virtualisation.docker = {

View file

@ -61,7 +61,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
#lm_sensors #lm_sensors
code-server code-server
agenix.packages.x86_64-linux.default inputs.agenix.packages.x86_64-linux.default
]; ];
environment.sessionVariables.WLR_RENDERER = "vulkan"; environment.sessionVariables.WLR_RENDERER = "vulkan";

View file

@ -91,7 +91,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
lm_sensors lm_sensors
code-server code-server
agenix.packages.x86_64-linux.default inputs.agenix.packages.x86_64-linux.default
]; ];
virtualisation.docker = { virtualisation.docker = {