add phone config
This commit is contained in:
parent
3b10a0f211
commit
44b17a0648
6 changed files with 318 additions and 2 deletions
14
hosts/droid/default.nix
Normal file
14
hosts/droid/default.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
nixpkgs,
|
||||
nix-on-droid,
|
||||
home-manager,
|
||||
...
|
||||
}:
|
||||
nix-on-droid.lib.nixOnDroidConfiguration {
|
||||
pkgs = import nixpkgs { system = "aarch64-linux"; };
|
||||
modules = [
|
||||
home-manager.nixosModules.home-manager
|
||||
./sshd.nix
|
||||
./stuff.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue