From 37ecd053b384b711e68c3192b85bd00bb8661a0a Mon Sep 17 00:00:00 2001 From: tom barrett Date: Sat, 3 Jan 2026 11:45:26 +0100 Subject: update --- configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configuration.nix') 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 = { -- cgit v1.2.3