summaryrefslogtreecommitdiff
path: root/hosts/glados/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/glados/default.nix')
-rw-r--r--hosts/glados/default.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix
index 7e5c5be..0994349 100644
--- a/hosts/glados/default.nix
+++ b/hosts/glados/default.nix
@@ -1,9 +1,9 @@
_: {
- imports = [
- ../common/hardware/nvidia.nix
- ./boot.nix
- ./hardware-configuration.nix
- ./network.nix
- ./services.nix
- ];
+ imports = [
+ ../common/hardware/nvidia.nix
+ ./boot.nix
+ ./hardware-configuration.nix
+ ./network.nix
+ ./services.nix
+ ];
}