nixos: quiet warn-dirty and scope nixified-ai import
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../configuration.nix
|
../configuration.nix
|
||||||
|
../nixified.ai.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
features.full.enable = true;
|
features.full.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user