rename laptop
This commit is contained in:
parent
660ac2ee95
commit
941b7330d7
4 changed files with 29 additions and 2 deletions
|
|
@ -8,10 +8,10 @@
|
|||
}: rec {
|
||||
# The output for your laptop build
|
||||
nixosConfigurations = {
|
||||
laptop = nixpkgs.lib.nixosSystem {
|
||||
brandon-laptop = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit self inputs;};
|
||||
modules = [
|
||||
./hosts/laptop #individual config
|
||||
./hosts/brandon-laptop #individual config
|
||||
./modules/desktop #share configs
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue