shitcoding moment

This commit is contained in:
AlmiriQ 2025-12-01 13:47:27 +07:00
parent 8e31bd6c02
commit 58475e433e
28 changed files with 703 additions and 258 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
imports = [
@ -7,6 +7,7 @@
./packages.nix
./services/ssh.nix
./services/sudo.nix
./services/syncthing.nix
./hardware/hardware-configuration.nix
./hardware/audio.nix
./hardware/graphics.nix
@ -16,7 +17,9 @@
networking.hostName = "aqore-nix";
system.stateVersion = "25.05";
home-manager.backupFileExtension = "backup";
system.stateVersion = "25.11";
nix = {
settings = {