Add unl0kr for shire
This commit is contained in:
parent
3ac81e8aef
commit
e609f8c68a
2 changed files with 15 additions and 5 deletions
|
@ -21,18 +21,19 @@
|
|||
configureNixSystem = hostname: nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
# Host specific configuration
|
||||
./hosts/${hostname}/configuration.nix
|
||||
|
||||
# Common settings for all hosts
|
||||
({ pkgs, ... }: import ./nixos_common.nix
|
||||
{ inherit inputs; inherit pkgs; })
|
||||
|
||||
# Host specific configuration
|
||||
./hosts/${hostname}/configuration.nix
|
||||
|
||||
# home-manager
|
||||
home-manager.nixosModules.home-manager
|
||||
({ ... }: import ./home-manager.nix { inherit inputs; })
|
||||
];
|
||||
};
|
||||
|
||||
in
|
||||
{
|
||||
nixosConfigurations = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue