some stufs
This commit is contained in:
parent
8554883fe6
commit
c76fbd2cba
1 changed files with 3 additions and 17 deletions
20
flake.nix
20
flake.nix
|
|
@ -91,21 +91,14 @@
|
|||
{
|
||||
self,
|
||||
nixpkgs,
|
||||
nix-colors,
|
||||
automapaper,
|
||||
disko,
|
||||
lazy,
|
||||
...
|
||||
}@inputs:
|
||||
{
|
||||
nixosConfigurations = {
|
||||
lambdaOS = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit
|
||||
inputs
|
||||
nix-colors
|
||||
automapaper
|
||||
;
|
||||
inherit inputs;
|
||||
};
|
||||
modules = [
|
||||
./hosts/lambdaos/configuration.nix
|
||||
|
|
@ -117,10 +110,7 @@
|
|||
};
|
||||
nuOS = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit
|
||||
inputs
|
||||
nix-colors
|
||||
;
|
||||
inherit inputs;
|
||||
};
|
||||
modules = [
|
||||
disko.nixosModules.disko
|
||||
|
|
@ -132,11 +122,7 @@
|
|||
};
|
||||
muOS = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit
|
||||
inputs
|
||||
nix-colors
|
||||
automapaper
|
||||
;
|
||||
inherit inputs;
|
||||
};
|
||||
modules = [
|
||||
disko.nixosModules.disko
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue