From 3262a78f7a2089f613c7455abc0613010579b2e7 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 10 Jul 2023 17:16:41 +0200 Subject: Style(treewide): Switch to editorconfig --- hosts/apzu/default.nix | 1 - hosts/lahmu/default.nix | 1 - hosts/mammun/default.nix | 1 - hosts/mammun/hardware/gpu.nix | 1 - hosts/marduk/default.nix | 1 - hosts/marduk/hardware/default.nix | 1 - hosts/tiamat/default.nix | 1 - hosts/tiamat/networking.nix | 2 -- 8 files changed, 9 deletions(-) (limited to 'hosts') diff --git a/hosts/apzu/default.nix b/hosts/apzu/default.nix index 829fc66e..fb261aa8 100644 --- a/hosts/apzu/default.nix +++ b/hosts/apzu/default.nix @@ -1,4 +1,3 @@ -# vim: ts=2 {...}: { imports = [ ./hardware diff --git a/hosts/lahmu/default.nix b/hosts/lahmu/default.nix index 84bfccef..85ff9a0e 100644 --- a/hosts/lahmu/default.nix +++ b/hosts/lahmu/default.nix @@ -1,4 +1,3 @@ -# vim: ts=2 { config, lib, diff --git a/hosts/mammun/default.nix b/hosts/mammun/default.nix index 9e7515eb..cb7d259f 100644 --- a/hosts/mammun/default.nix +++ b/hosts/mammun/default.nix @@ -1,4 +1,3 @@ -# vim: ts=2 { config, lib, diff --git a/hosts/mammun/hardware/gpu.nix b/hosts/mammun/hardware/gpu.nix index d744962c..939497db 100644 --- a/hosts/mammun/hardware/gpu.nix +++ b/hosts/mammun/hardware/gpu.nix @@ -1,4 +1,3 @@ -# vim: ts=2 {pkgs, ...}: { boot.initrd.kernelModules = ["amdgpu"]; # for Southern Islands (SI ie. GCN 1) cards and for Sea Islands (CIK ie. GCN 2) cards diff --git a/hosts/marduk/default.nix b/hosts/marduk/default.nix index a45d9efd..2379fcdf 100644 --- a/hosts/marduk/default.nix +++ b/hosts/marduk/default.nix @@ -1,4 +1,3 @@ -# vim: ts=2 {lib, ...}: { imports = [ ./hardware diff --git a/hosts/marduk/hardware/default.nix b/hosts/marduk/hardware/default.nix index 4c954bae..726e27a1 100644 --- a/hosts/marduk/hardware/default.nix +++ b/hosts/marduk/hardware/default.nix @@ -1,4 +1,3 @@ -# vim: ts=2 { lib, pkgs, diff --git a/hosts/tiamat/default.nix b/hosts/tiamat/default.nix index 7d568053..73c04606 100644 --- a/hosts/tiamat/default.nix +++ b/hosts/tiamat/default.nix @@ -1,4 +1,3 @@ -# vim: ts=2 {...}: { imports = [ ./hardware diff --git a/hosts/tiamat/networking.nix b/hosts/tiamat/networking.nix index e6f00c8a..56771e90 100644 --- a/hosts/tiamat/networking.nix +++ b/hosts/tiamat/networking.nix @@ -1,5 +1,3 @@ {...}: { networking.hostName = "tiamat"; } -# vim: ts=2 - -- cgit 1.4.1