diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-02-12 21:30:26 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-02-12 21:30:26 -0800 |
| commit | 2e0a406ab54d7022f26fac8c06ef11bb5eabc6a3 (patch) | |
| tree | 885361cc73c5f153855ce1642e041d6e42e2fa4f | |
| parent | 264cd9efcc972459b41fee80562e08f0a8308d9d (diff) | |
change name of system
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | nix-on-droid.nix | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,7 @@ outputs = { self, nixpkgs, nix-on-droid }: { - nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration { + nixOnDroidConfigurations.agility = nix-on-droid.lib.nixOnDroidConfiguration { pkgs = import nixpkgs { system = "aarch64-linux"; }; modules = [ ./nix-on-droid.nix ]; }; diff --git a/nix-on-droid.nix b/nix-on-droid.nix index bb6d6df..f5100da 100644 --- a/nix-on-droid.nix +++ b/nix-on-droid.nix @@ -6,6 +6,7 @@ # User-facing stuff that you really really want to have vim # or some other editor, e.g. nano or neovim tmux + rsync # Some common stuff that people expect to have #procps killall |
