Skip to content

Instantly share code, notes, and snippets.

View David-Kopczynski's full-sized avatar
😋
Never stops coding...

David E. C. Kopczynski David-Kopczynski

😋
Never stops coding...
View GitHub Profile
@joshleecreates
joshleecreates / vm-profile.nix
Created September 4, 2024 03:33
NixOS VM Profile
{ config, pkgs, modulesPath, lib, system, ... }:
{
imports = [
(modulesPath + "/profiles/qemu-guest.nix")
];
config = {
#Provide a default hostname
networking.hostName = lib.mkDefault "base";