From b5efaa433c1c6f53413b0443a18c1aea95bd2215 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 1 Dec 2022 08:46:14 -0500 Subject: Update nixos --- config/container.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'config/container.nix') diff --git a/config/container.nix b/config/container.nix index 60cb2d9..0c81251 100644 --- a/config/container.nix +++ b/config/container.nix @@ -1,5 +1,4 @@ -{ config, lib, pkgs, ... }: -{ +{ config, lib, pkgs, ... }: { boot.isContainer = true; networking.firewall.allowedTCPPorts = [ 22 ]; services = { @@ -12,8 +11,6 @@ ln -fs $systemConfig/init /sbin/init ''; boot.specialFileSystems = { - "/dev/pts" = { - options = lib.mkAfter [ "ptmxmode=666" ]; - }; + "/dev/pts" = { options = lib.mkAfter [ "ptmxmode=666" ]; }; }; } -- cgit v1.2.3