formatting
This commit is contained in:
parent
6067232000
commit
10f8e97557
1 changed files with 5 additions and 6 deletions
11
flake.nix
11
flake.nix
|
|
@ -53,13 +53,12 @@
|
||||||
nixos-hardware,
|
nixos-hardware,
|
||||||
nixpkgs-rpi,
|
nixpkgs-rpi,
|
||||||
...
|
...
|
||||||
}@ inputs:
|
} @ inputs: let
|
||||||
let
|
|
||||||
inherit (self) outputs;
|
inherit (self) outputs;
|
||||||
in{
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
tartarus = nixpkgs.lib.nixosSystem {
|
tartarus = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = { inherit inputs outputs; };
|
specialArgs = {inherit inputs outputs;};
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/tartarus/configuration.nix
|
./hosts/tartarus/configuration.nix
|
||||||
vscode-server.nixosModules.default
|
vscode-server.nixosModules.default
|
||||||
|
|
@ -74,7 +73,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
ymir = nixpkgs.lib.nixosSystem {
|
ymir = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = { inherit inputs outputs;};
|
specialArgs = {inherit inputs outputs;};
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/ymir/configuration.nix
|
./hosts/ymir/configuration.nix
|
||||||
vscode-server.nixosModules.default
|
vscode-server.nixosModules.default
|
||||||
|
|
@ -101,7 +100,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
pochita = nixpkgs-rpi.lib.nixosSystem {
|
pochita = nixpkgs-rpi.lib.nixosSystem {
|
||||||
specialArgs = { inherit inputs outputs; };
|
specialArgs = {inherit inputs outputs;};
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/pochita/configuration.nix
|
./hosts/pochita/configuration.nix
|
||||||
raspberry-pi-nix.nixosModules.raspberry-pi
|
raspberry-pi-nix.nixosModules.raspberry-pi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue