shitcoding moment
This commit is contained in:
parent
8e31bd6c02
commit
58475e433e
28 changed files with 703 additions and 258 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue