This commit is contained in:
fwastring 2025-12-14 16:04:21 +01:00
parent fd9b7a03cf
commit 0fded27ad5
6 changed files with 31 additions and 9 deletions

View file

@ -54,14 +54,14 @@
in
{
nixosConfigurations = {
legacy = nixpkgs.lib.nixosSystem {
laptop = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs outputs;
myhostname = "legacy";
myhostname = "laptop";
};
modules = [
./maskiner/legacy/configuration.nix
./maskiner/legacy/legacy-disk.nix
./maskiner/laptop/configuration.nix
./maskiner/laptop/laptop-disk.nix
stylix.nixosModules.stylix
home-manager.nixosModules.home-manager
sops-nix.nixosModules.sops