summaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix
index 0a15d60..baec170 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -1,4 +1,7 @@
-{ pkgs, ... }:
+{
+ pkgs,
+ ...
+}:
{
imports = [ ./hardware-configuration.nix ];
nix.settings = {
@@ -51,6 +54,7 @@
};
};
fonts.packages = [ pkgs.hermit ];
+ #virtualisation.docker.enable = true;
services = {
openssh.enable = true;
xserver = {