no need for extra file

This commit is contained in:
Osman Faruk Bayram 2025-11-06 15:38:14 +03:00
parent 62c56fb242
commit 610b580437
2 changed files with 1 additions and 9 deletions

View file

@ -1,6 +1,5 @@
{
imports = [
./hardware-configuration.nix
../../../modules/nixos
];
@ -105,4 +104,5 @@
# Override initrd kernel params for static IP
boot.kernelParams = [ "ip=152.53.152.129::152.53.152.1:255.255.252.0::eth0:none" ];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}

View file

@ -1,8 +0,0 @@
{ lib, ... }:
{
# Disko configuration is now managed by osbmModules.hardware.disko
# All disk configuration moved to configuration.nix
# Required for ZFS
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}