stuff
This commit is contained in:
@@ -13,6 +13,17 @@ in {
|
||||
set -x
|
||||
mosh -- $1 sudo screen -Rd
|
||||
'')
|
||||
(writeScriptBin "rmln" ''
|
||||
set -eo pipefail
|
||||
for arg in "$@"; do
|
||||
if [[ "$arg" != "-*" ]] && [[ ! -L "$arg" ]]; then
|
||||
echo "$0: $arg is not a symlink" 1>&2
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
rm $@
|
||||
'')
|
||||
|
||||
(writeShellFunction "nd" ''
|
||||
declare -a args
|
||||
args=("$@")
|
||||
|
4
fw/android.nix
Normal file
4
fw/android.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ pkgs, ... }: {
|
||||
vacu.packages = [ pkgs.android-stufio ];
|
||||
users.users.shelvacu.extraGroups = [ "kvm" ];
|
||||
}
|
@@ -3,6 +3,7 @@
|
||||
../common/nixos.nix
|
||||
inputs.nixos-hardware.nixosModules.framework-16-7040-amd
|
||||
./apex.nix
|
||||
./android.nix
|
||||
];
|
||||
#boot.loader.grub.configurationLimit = 5;
|
||||
system.nixos.tags = [ "host-${config.networking.hostName}" ];
|
||||
|
@@ -35,7 +35,7 @@
|
||||
|
||||
services.xserver.enable = false;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vacu.packages = with pkgs; [
|
||||
zfs
|
||||
smartmontools
|
||||
openvpn
|
||||
|
Reference in New Issue
Block a user