nixos: quiet warn-dirty and scope nixified-ai import
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
./kubelet.nix
|
||||
./laptop.nix
|
||||
./nix.nix
|
||||
./nixified.ai.nix
|
||||
./notifications-tray-icon.nix
|
||||
./nvidia.nix
|
||||
./options.nix
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
switch *args:
|
||||
sudo nixos-rebuild switch --flake '.#' --impure {{args}}
|
||||
sudo nixos-rebuild switch --flake '.#' --impure --option warn-dirty false {{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:
|
||||
nix flake update imalison-taffybar
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
{
|
||||
imports = [
|
||||
../configuration.nix
|
||||
../nixified.ai.nix
|
||||
];
|
||||
|
||||
features.full.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user