Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 255 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 255 Bytes

nixos-config

A collection of NixOS configurations files

vm-guest

Insert next lines into configuration.nix:

{config, pkgs, ...}:

{
    imports = [
        ./hardware-configuration.nix
        /shared/nixos-config/vm-guest.nix
    ];
}