mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Change the laptop hostname to seb-laptop
This commit is contained in:
parent
6bc1112c53
commit
dbd3c3ff19
7 changed files with 9 additions and 9 deletions
|
|
@ -35,11 +35,11 @@
|
|||
./users/seb
|
||||
];
|
||||
};
|
||||
dell-laptop = nixpkgs.lib.nixosSystem {
|
||||
seb-laptop = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
./hosts/dell-laptop
|
||||
"${./.}/users/seb/@dell-laptop.nix"
|
||||
./hosts/seb-laptop
|
||||
"${./.}/users/seb/@seb-laptop.nix"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue