Add another host for work laptop
This commit is contained in:
15
flake.nix
15
flake.nix
@@ -15,10 +15,17 @@
|
||||
user = "torjus";
|
||||
in
|
||||
{
|
||||
nixosConfigurations.prismo = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs self user; };
|
||||
modules = [ ./hosts/prismo ];
|
||||
nixosConfigurations = {
|
||||
prismo = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs self user; };
|
||||
modules = [ ./hosts/prismo ];
|
||||
};
|
||||
magicman = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs self user; };
|
||||
modules = [ ./hosts/magicman ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user