nixos-config/hosts/Gutterman/default.nix
wo2wz 5e43f817a4 gutterman: adjust to new form
she's a bare metal laptop now. happy for her
2025-12-20 19:13:04 -05:00

28 lines
640 B
Nix

{ inputs, config, pkgs, ... }:
{
imports = [
./hardware-configuration.nix
../../modules/common
../../modules/nixos/programs/bash.nix
../../modules/nixos/programs/git.nix
../../modules/nixos/services/tailscale
../../modules/nixos/services/tailscale/exit-node/server.nix
../../modules/nixos/services/gameserver
../../modules/nixos/services/restic.nix
../../modules/nixos/services/sops.nix
../../modules/nixos/system/laptop/auto-cpufreq.nix
../../modules/nixos/system/minimal.nix
];
environment.systemPackages = [
pkgs.btop
pkgs.steamcmd
];
system.stateVersion = "25.11";
}