Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwang-wf committed Aug 4, 2023
1 parent fadfe0a commit 18fac92
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ in
];
};

asche = inputs.nixpkgs.lib.nixosSystem {
asche = nixosSystem {
system = "x86_64-linux";
modules = [ ./machines/asche/configuration.nix ./asche.nix ];
modules = [
inputs.self.nixosModules.common
../machines/asche/configuration.nix
./asche.nix
];
};
};
darwinConfigurations = {
Expand All @@ -49,8 +53,8 @@ in
./wk01174.nix
];
};
wf17084 = darwinSystem {
system = "x86_64-darwin" ;
wf17084 = darwinSystem {
system = "x86_64-darwin";
modules = [
./wf17084.nix
];
Expand Down

0 comments on commit 18fac92

Please sign in to comment.