chore: spacing in flake.lock
This commit is contained in:
parent
564178ff24
commit
9b62b3f158
@ -94,6 +94,7 @@
|
|||||||
magicRollback = false;
|
magicRollback = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
heimdall = {
|
heimdall = {
|
||||||
hostname = "heimdall";
|
hostname = "heimdall";
|
||||||
profiles.system = {
|
profiles.system = {
|
||||||
@ -103,6 +104,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
"ivek" = home-manager.lib.homeManagerConfiguration {
|
"ivek" = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = import nixpkgs {system = "x86_64-linux";};
|
pkgs = import nixpkgs {system = "x86_64-linux";};
|
||||||
@ -117,6 +119,7 @@
|
|||||||
];
|
];
|
||||||
extraSpecialArgs = {inherit inputs;};
|
extraSpecialArgs = {inherit inputs;};
|
||||||
};
|
};
|
||||||
|
|
||||||
"banir" = home-manager.lib.homeManagerConfiguration {
|
"banir" = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = import nixpkgs {system = "x86_64-linux";};
|
pkgs = import nixpkgs {system = "x86_64-linux";};
|
||||||
modules = [
|
modules = [
|
||||||
@ -142,6 +145,7 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
heimdall = nixpkgs.lib.nixosSystem {
|
heimdall = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
@ -151,6 +155,7 @@
|
|||||||
./modules/servers/general
|
./modules/servers/general
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nixos = nixpkgs.lib.nixosSystem {
|
nixos = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = {inherit inputs;};
|
specialArgs = {inherit inputs;};
|
||||||
modules = [
|
modules = [
|
||||||
@ -181,6 +186,7 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells = {
|
devShells = {
|
||||||
x86_64-linux.default = let
|
x86_64-linux.default = let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user