mirror of
https://github.com/NixOS/nix.git
synced 2025-11-20 17:29:36 +01:00
flake: Apply nixfmt 1.0.0
This commit is contained in:
parent
fc33681583
commit
1d943f5819
19 changed files with 243 additions and 248 deletions
|
|
@ -20,7 +20,8 @@ let
|
|||
nix.settings.sandbox = true;
|
||||
services.openssh.ports = [
|
||||
22
|
||||
] ++ lib.optional supportsCustomPort 2222;
|
||||
]
|
||||
++ lib.optional supportsCustomPort 2222;
|
||||
|
||||
# Regression test for use of PID namespaces when /proc has
|
||||
# filesystems mounted on top of it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue