wowa, many changes

This commit is contained in:
Noa Aarts 2025-03-22 21:57:21 +01:00
parent 0930568e6c
commit 151b8619cf
Signed by: noa
GPG key ID: 1850932741EFF672
5 changed files with 26 additions and 32 deletions

View file

@ -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