summaryrefslogtreecommitdiff
path: root/neko/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'neko/configuration.nix')
-rw-r--r--neko/configuration.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/neko/configuration.nix b/neko/configuration.nix
index 1ea3dfd..9f9be18 100644
--- a/neko/configuration.nix
+++ b/neko/configuration.nix
@@ -3,23 +3,21 @@
# and in the NixOS manual (accessible by running `nixos-help`).
{ config, pkgs, ... }:
-ccecrennt
-{
-reacncncncnas
+{
imports =
[
# Include the results of the hardware scan.
./hardware-configuration.nix
# Shared config of all machines
- /data/nixos/share/common.nix
+ /nix/data/nixos/share/common.nix
];
# our hostname and an ID for ZFS
networking.hostName = "neko";
networking.hostId = "cf5a5ee6";
-nnacsasasa
+
# EurKey layout
services.xserver.xkb.layout = "eu";
}