fix: udiskie not being started

This commit is contained in:
Jacob Bachmann 2023-12-13 14:19:45 +01:00
parent 88615faff0
commit 610e399cff
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
6 changed files with 8 additions and 10 deletions

View file

@ -16,5 +16,5 @@
nup = "sudo nix-channel --update";
nuf = "sudo nix flake update --nix-path /etc/nixos";
ngc = "sudo nix-collect-garbage -d";
wip = "curl -s 'https://nordvpn.com/wp-admin/admin-ajax.php?action=get_user_info_data' | jq";
lsip = "curl -s 'https://nordvpn.com/wp-admin/admin-ajax.php?action=get_user_info_data' | jq";
}