Browse Source

Cleanup hosts

main
parent
commit
914ce5eb58
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 3
      README.org
  2. 3
      flake.nix

3
README.org

@ -120,9 +120,6 @@ RUN nix-shell /etc/dotfiles/shell.nix
outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, ... }: {
nixosConfigurations = {
<<host-default>>
<<host-acernitro>>
<<host-raspberry>>
<<host-homecloud>>
<<host-android>>
};
};

3
flake.nix

@ -40,9 +40,6 @@
}
];
};
android = (inputs.nix-on-droid.lib.aarch64-linux.nix-on-droid {
config = ./hosts/android/nix-on-droid.nix;
}).activationPackage;

Loading…
Cancel
Save