wowa, many changes
This commit is contained in:
parent
0930568e6c
commit
151b8619cf
5 changed files with 26 additions and 32 deletions
22
flake.nix
22
flake.nix
|
|
@ -95,9 +95,11 @@
|
|||
nixosConfigurations = {
|
||||
lambdaOS = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
inherit nix-colors;
|
||||
inherit automapaper;
|
||||
inherit
|
||||
inputs
|
||||
nix-colors
|
||||
automapaper
|
||||
;
|
||||
};
|
||||
modules = [
|
||||
./hosts/lambdaos/configuration.nix
|
||||
|
|
@ -109,8 +111,10 @@
|
|||
};
|
||||
nuOS = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
inherit nix-colors;
|
||||
inherit
|
||||
inputs
|
||||
nix-colors
|
||||
;
|
||||
};
|
||||
modules = [
|
||||
disko.nixosModules.disko
|
||||
|
|
@ -122,9 +126,11 @@
|
|||
};
|
||||
muOS = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
inherit nix-colors;
|
||||
inherit automapaper;
|
||||
inherit
|
||||
inputs
|
||||
nix-colors
|
||||
automapaper
|
||||
;
|
||||
};
|
||||
modules = [
|
||||
disko.nixosModules.disko
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue