no need for extra file
This commit is contained in:
parent
62c56fb242
commit
610b580437
2 changed files with 1 additions and 9 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
|
||||||
../../../modules/nixos
|
../../../modules/nixos
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -105,4 +104,5 @@
|
||||||
|
|
||||||
# Override initrd kernel params for static IP
|
# Override initrd kernel params for static IP
|
||||||
boot.kernelParams = [ "ip=152.53.152.129::152.53.152.1:255.255.252.0::eth0:none" ];
|
boot.kernelParams = [ "ip=152.53.152.129::152.53.152.1:255.255.252.0::eth0:none" ];
|
||||||
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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";
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue