feat: add initial suport for EDaaS setup at work
This commit is contained in:
@@ -38,5 +38,20 @@
|
||||
}
|
||||
];
|
||||
};
|
||||
nixosConfigurations.emmathorpe-edaas = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./system/machine/EDaaS/configuration.nix
|
||||
./emmathorpe/user.nix
|
||||
./emmathorpe/swaywm.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.emmathorpe = import ./emmathorpe/home.nix;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user