Refactor with nixfmt

This commit is contained in:
2026-02-06 08:36:47 +01:00
parent fe643f065b
commit 82e4ea3c73
41 changed files with 1259 additions and 1112 deletions

View File

@@ -1,17 +1,17 @@
{ ... }:
{ ... }:
{
imports = [
./configuration.nix
./hardware.nix
./networking.nix
./services.nix
./virtualisation.nix
];
imports = [
./configuration.nix
./hardware.nix
./networking.nix
./services.nix
./virtualisation.nix
];
networking.hostName = "bomba";
networking.hostName = "bomba";
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
system.stateVersion = "25.05"; # Did you read the comment?
system.stateVersion = "25.05"; # Did you read the comment?
}