mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 04:16:12 +01:00
fix: reformatted config
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
...
|
||||
}: let
|
||||
hostname = "zion";
|
||||
in {
|
||||
in {
|
||||
# ------------------------------------------------
|
||||
# Needed Packages
|
||||
# ------------------------------------------------
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
{
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
{config, ...}: {
|
||||
boot = {
|
||||
kernelModules = ["acpi_call"];
|
||||
extraModulePackages = with config.boot.kernelPackages; [acpi_call];
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
# ../modules/remote-builder.nix
|
||||
../modules/security.nix
|
||||
../modules/ssh.nix
|
||||
# ../modules/steam.nix
|
||||
# ../modules/steam.nix
|
||||
../modules/tlp.nix
|
||||
../modules/users.nix
|
||||
../modules/vm.nix
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
../modules/security.nix
|
||||
../modules/ssh.nix
|
||||
../modules/steam.nix
|
||||
# ../modules/tlp.nix
|
||||
# ../modules/tlp.nix
|
||||
../modules/users.nix
|
||||
../modules/vm.nix
|
||||
../modules/xserver.nix
|
||||
|
||||
Reference in New Issue
Block a user