feat: add Rick host (Nix on Debian)
This commit is contained in:
parent
7b22abd626
commit
18929340d0
5 changed files with 66 additions and 0 deletions
13
flake.nix
13
flake.nix
|
@ -80,5 +80,18 @@ in {
|
|||
];
|
||||
};
|
||||
};
|
||||
homeConfigurations = {
|
||||
rick = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.aarch64-linux;
|
||||
extraSpecialArgs = {
|
||||
inherit stateVersion inputs;
|
||||
hostname = "rick";
|
||||
username = "ephase";
|
||||
};
|
||||
modules = [
|
||||
./home-manager/default.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue