mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
More lix Stuff
This commit is contained in:
parent
72d7ac96dc
commit
2be753da90
1 changed files with 3 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
outputs = { self, nixpkgs, lix-module, ... }@inputs: {
|
||||
nixosConfigurations = {
|
||||
default = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
|
|
@ -32,6 +32,7 @@
|
|||
./hosts/default/configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
lix-module.nixosModules.default
|
||||
];
|
||||
};
|
||||
kim = nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -40,6 +41,7 @@
|
|||
./hosts/kim/configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
lix-module.nixosModules.default
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue