Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 259 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 259 Bytes

.nixos-config

To enable this config, replace the contents of your configuration.nix with the following:

{ config, pkgs, ... }:

{
  imports = [
        /home/gvarph/.nixos-config/devices/serv1.nix
        ./hardware-configuration.nix
    ];
}