fix: format nix files and update configurations

This commit is contained in:
2025-09-15 20:07:14 +02:00
parent 914c6fa550
commit 446eb802ae
3 changed files with 97 additions and 97 deletions

View File

@@ -10,10 +10,10 @@
};
outputs =
{ self
, nixpkgs
, nixos-generators
,
{
self,
nixpkgs,
nixos-generators,
}:
let
system = "x86_64-linux";
@@ -40,8 +40,8 @@
# Common configuration
commonConfig =
{ isLiveIso ? false
,
{
isLiveIso ? false,
}:
import ./common.nix {
inherit pkgs cloudServerNames isLiveIso;
@@ -76,10 +76,11 @@
(commonConfig { isLiveIso = false; })
(
{ config
, pkgs
, lib
, ...
{
config,
pkgs,
lib,
...
}:
{
boot.loader.grub.enable = false;