nixos: quiet warn-dirty and scope nixified-ai import

This commit is contained in:
2026-02-13 00:02:13 -08:00
committed by Kat Huang
parent 298ff71042
commit afd93588a5
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,6 @@
./kubelet.nix ./kubelet.nix
./laptop.nix ./laptop.nix
./nix.nix ./nix.nix
./nixified.ai.nix
./notifications-tray-icon.nix ./notifications-tray-icon.nix
./nvidia.nix ./nvidia.nix
./options.nix ./options.nix

View File

@@ -1,8 +1,8 @@
switch *args: switch *args:
sudo nixos-rebuild switch --flake '.#' --impure {{args}} sudo nixos-rebuild switch --flake '.#' --impure --option warn-dirty false {{args}}
remote-switch host *args: remote-switch host *args:
nixos-rebuild switch --flake '.#{{host}}' --target-host {{host}}.local --sudo --impure {{args}} nixos-rebuild switch --flake '.#{{host}}' --target-host {{host}}.local --sudo --impure --option warn-dirty false {{args}}
fix-local-path-issue: fix-local-path-issue:
nix flake update imalison-taffybar nix flake update imalison-taffybar

View File

@@ -3,6 +3,7 @@
{ {
imports = [ imports = [
../configuration.nix ../configuration.nix
../nixified.ai.nix
]; ];
features.full.enable = true; features.full.enable = true;