formatting
This commit is contained in:
parent
181afe262c
commit
a78d016a48
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
nixosConfigurations = {
|
||||
tartarus = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [ ./hosts/tartarus/configuration.nix];
|
||||
modules = [./hosts/tartarus/configuration.nix];
|
||||
};
|
||||
ymir = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue