mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Rename the hosts
This commit is contained in:
parent
7481d44f0a
commit
a101b7ab25
11 changed files with 14 additions and 14 deletions
12
flake.nix
12
flake.nix
|
|
@ -40,18 +40,18 @@
|
|||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
seb-desktop = nixpkgs.lib.nixosSystem {
|
||||
north = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
./hosts/seb-desktop
|
||||
"${./.}/users/seb/@seb-desktop.nix"
|
||||
./hosts/north
|
||||
"${./.}/users/seb/@north.nix"
|
||||
];
|
||||
};
|
||||
seb-laptop = nixpkgs.lib.nixosSystem {
|
||||
inspiron = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
./hosts/seb-laptop
|
||||
"${./.}/users/seb/@seb-laptop.nix"
|
||||
./hosts/inspiron
|
||||
"${./.}/users/seb/@inspiron.nix"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue