This commit is contained in:
Osman Faruk Bayram 2025-10-21 21:23:04 +03:00
parent d693e7571f
commit 22e1851bc5
6 changed files with 2 additions and 11 deletions

View file

@ -1,6 +1,5 @@
{ {
lib, lib,
inputs,
... ...
}: }:
{ {

View file

@ -1,4 +1,4 @@
{ config, lib, ... }: { lib, ... }:
{ {
# Disko configuration is now managed by osbmModules.hardware.disko # Disko configuration is now managed by osbmModules.hardware.disko
# All disk configuration moved to configuration.nix # All disk configuration moved to configuration.nix

View file

@ -1,6 +1,5 @@
{ {
lib, lib,
inputs,
... ...
}: }:
{ {

View file

@ -1,9 +1,3 @@
{
config,
pkgs,
inputs,
...
}:
{ {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix

View file

@ -1,7 +1,6 @@
{ {
config, config,
lib, lib,
pkgs,
modulesPath, modulesPath,
... ...
}: }:

View file

@ -1,4 +1,4 @@
{ lib, config, ... }: { lib, ... }:
{ {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix