Apply all pending changes excluding .sops.yaml

This commit is contained in:
Don Harper 2026-05-05 14:20:58 -05:00
parent 7b04942bb2
commit 89929ac69a
20 changed files with 439 additions and 167 deletions

View file

@ -1,22 +1,16 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
{ inputs, outputs, lib, config, pkgs, ... }: {
imports = [
../templates/workstation.nix
inputs.nixos-hardware.nixosModules.framework-amd-ai-300-series
inputs.sops-nix.nixosModules.sops
./hardware-configuration.nix
# ../disko/nvme.nix
../workstation
];
# Host-specific configuration
networking.hostName = "loki";
variables.address = "100.72.0.1";
variables.swayScale = "1.2";
# Enable roles for this host
roles = {
citrix.enable = true;
zoom.enable = true;
@ -26,9 +20,9 @@
games.enable = true;
auto-cpufreq.enable = true;
gnome-calendar.enable = true;
primary.enable = false;
lmstudio.enable = true;
ollama.enable = true;
};
primary.enable = false;
lmstudio.enable = true;
ollama.enable = true;
wm = {sway.enable = true;};
wm.sway.enable = true;
}