Sandbox: Difference between revisions

imported>Fadenb
mNo edit summary
imported>Fadenb
m testing syntaxHighlight after migration
Line 17: Line 17:
Upload test...
Upload test...
[[File:Testfile.png|thumb|Screenshot used to test upload functionality]]
[[File:Testfile.png|thumb|Screenshot used to test upload functionality]]
<syntaxHighlight lang=shell>
ls -al ${date}
</syntaxHighlight>
<syntaxHighlight lang=nix>
{ config, lib, pkgs, ... }:
{
  imports = [
    ./hardware-configuration.nix
    # We rely on `nixos-hardware` to deal with HW quirks. This requires the `nixos-hardware` channel to be configured.
</syntaxHighlight>