fix agenix
This commit is contained in:
parent
ab9955e681
commit
bf865e243c
4 changed files with 11 additions and 2 deletions
|
@ -67,6 +67,10 @@
|
|||
|
||||
valefar = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
modules = [
|
||||
./hosts/valefar
|
||||
lix-module.nixosModules.default
|
||||
|
@ -80,6 +84,10 @@
|
|||
|
||||
buer = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
modules = [
|
||||
./hosts/buer
|
||||
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
#lm_sensors
|
||||
#code-server
|
||||
inputs.agenix.packages.x86_64-linux.default
|
||||
];
|
||||
|
||||
virtualisation.docker = {
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
#lm_sensors
|
||||
code-server
|
||||
agenix.packages.x86_64-linux.default
|
||||
inputs.agenix.packages.x86_64-linux.default
|
||||
];
|
||||
|
||||
environment.sessionVariables.WLR_RENDERER = "vulkan";
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
lm_sensors
|
||||
code-server
|
||||
agenix.packages.x86_64-linux.default
|
||||
inputs.agenix.packages.x86_64-linux.default
|
||||
];
|
||||
|
||||
virtualisation.docker = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue