diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/apzu/default.nix | 1 | ||||
-rw-r--r-- | hosts/lahmu/default.nix | 1 | ||||
-rw-r--r-- | hosts/mammun/default.nix | 1 | ||||
-rw-r--r-- | hosts/mammun/hardware/gpu.nix | 1 | ||||
-rw-r--r-- | hosts/marduk/default.nix | 1 | ||||
-rw-r--r-- | hosts/marduk/hardware/default.nix | 1 | ||||
-rw-r--r-- | hosts/tiamat/default.nix | 1 | ||||
-rw-r--r-- | hosts/tiamat/networking.nix | 2 |
8 files changed, 0 insertions, 9 deletions
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 - |