Fix configuration and single ssh

This commit is contained in:
Filippo Berto 2021-11-21 12:15:21 +01:00
parent 292789652e
commit 488e44541b
2 changed files with 2 additions and 42 deletions

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{ config, pkgs, lib, ... }:
{
imports = [
<nixos-hardware/common/cpu/amd>