t490: add agenix
This commit is contained in:
parent
b48cc7774a
commit
0cb8818245
12
flake.nix
12
flake.nix
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
{
|
{
|
||||||
|
agenix,
|
||||||
disko,
|
disko,
|
||||||
home-manager,
|
home-manager,
|
||||||
nixos-hardware,
|
nixos-hardware,
|
||||||
|
@ -64,7 +65,11 @@
|
||||||
hostname = "lemp11";
|
hostname = "lemp11";
|
||||||
};
|
};
|
||||||
|
|
||||||
modules = [ ./nix/hosts/lemp11 ];
|
modules = [
|
||||||
|
agenix.nixosModules.default
|
||||||
|
|
||||||
|
./nix/hosts/lemp11
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
t490 = nixpkgs.lib.nixosSystem {
|
t490 = nixpkgs.lib.nixosSystem {
|
||||||
|
@ -73,10 +78,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
./nix/hosts/t490
|
agenix.nixosModules.default
|
||||||
|
|
||||||
nixos-hardware.nixosModules.common-gpu-intel
|
nixos-hardware.nixosModules.common-gpu-intel
|
||||||
nixos-hardware.nixosModules.lenovo-thinkpad-t490
|
nixos-hardware.nixosModules.lenovo-thinkpad-t490
|
||||||
|
|
||||||
|
./nix/hosts/t490
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -23,8 +23,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
inputs.agenix.nixosModules.default
|
|
||||||
|
|
||||||
../common
|
../common
|
||||||
|
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
|
|
Loading…
Reference in a new issue