about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-20 07:51:03 +0200
committerSoispha <soispha@vhack.eu>2023-05-20 08:03:02 +0200
commit3ae378210b08b364b4368ea640e360a15de01640 (patch)
tree4f937568a8682f446d928921aecf7faa39d55e88 /hosts
parentFix(system/libvirt): Remove omvf for aarch, as it's not used (diff)
downloadnixos-config-3ae378210b08b364b4368ea640e360a15de01640.tar.gz
nixos-config-3ae378210b08b364b4368ea640e360a15de01640.zip
Style(treewide): Format
Diffstat (limited to 'hosts')
-rw-r--r--hosts/tiamat/networking.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/hosts/tiamat/networking.nix b/hosts/tiamat/networking.nix
index 1ee7d850..e6f00c8a 100644
--- a/hosts/tiamat/networking.nix
+++ b/hosts/tiamat/networking.nix
@@ -1,6 +1,5 @@
-{
-  ...
-}: {
+{...}: {
   networking.hostName = "tiamat";
 }
 # vim: ts=2
+