setup raspberry pi
This commit is contained in:
parent
a857b350ed
commit
2fcbb64d92
4 changed files with 285 additions and 0 deletions
16
flake.nix
16
flake.nix
|
@ -82,6 +82,14 @@
|
|||
./nixos/fuchsia/configuration.nix
|
||||
];
|
||||
};
|
||||
|
||||
lavender = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs outputs; };
|
||||
modules = [
|
||||
# > Our main nixos configuration file <
|
||||
./nixos/lavender/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
# Standalone home-manager configuration entrypoint
|
||||
|
@ -95,6 +103,14 @@
|
|||
./home-manager/sajenim.nix
|
||||
];
|
||||
};
|
||||
|
||||
"admin@lavender" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.aarch64-linux;
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
modules = [
|
||||
./home-manager/admin.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue