diff options
| author | tom barrett <tom@tombarrett.xyz> | 2026-01-03 11:45:26 +0100 |
|---|---|---|
| committer | tom barrett <tom@tombarrett.xyz> | 2026-01-03 11:45:26 +0100 |
| commit | 37ecd053b384b711e68c3192b85bd00bb8661a0a (patch) | |
| tree | b271b7d6bc3fded37296df1fc3c95818e4e9d12f /configuration.nix | |
| parent | 8578cee5c9349bdb2e562fce692321e27212c852 (diff) | |
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 6 |
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 = { |
