Skip to content

Commit

Permalink
run nix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Dec 17, 2024
1 parent 3c6844d commit 6cbc381
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions private/flakes/nixos/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@
{
nixosConfigurations.primary = igm.lib.mkNixosSystem {
additionalOverlays = private.overlays;
modules = [
./machines/ian-nixdesktop.nix
] ++ private.modules ++ private.nixosModules;
modules =
[
./machines/ian-nixdesktop.nix
]
++ private.modules
++ private.nixosModules;
igm = {
hostName = "ianix";
headless = true;
Expand Down

0 comments on commit 6cbc381

Please sign in to comment.