This commit is contained in:
2025-05-14 09:33:08 -05:00
parent 239c37bf98
commit 4da409aabf
14 changed files with 218 additions and 46 deletions

View File

@@ -1,10 +1,6 @@
{ config, lib, pkgs, ... }:
{
nix.settings = {
experimental-features = "nix-command flakes";
};
imports =
[
./hardware-configuration.nix
@@ -15,17 +11,6 @@
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda";
networking.hostName = "poslop-nixvm2";
networking.networkmanager.enable = true;
time.timeZone = "America/Chicago";
services.printing.enable = true;
services.pipewire = {
enable = true;
pulse.enable = true;
};
services.spice-vdagentd.enable = true;