pruflas: import hardware-configuration.nix

This commit is contained in:
Tim Schubert 2022-07-04 22:54:20 +02:00
parent 65d06f563f
commit 3ecc868128
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -1,6 +1,8 @@
{ config, pkgs, lib, ... }:
with lib;
{
imports = [ ./hardware-configuration.nix ];
networking.hostName = "pruflas";
services.logind.lidSwitch = "ignore";