Merge changes from skip system - separate desktop configuration

This commit is contained in:
Julian Sutter 2026-02-16 16:22:53 -08:00
commit 5e9202494f
2 changed files with 8 additions and 1 deletions

View file

@ -97,6 +97,13 @@
./servers/nginx.nix
];
};
skip = mkSystem {
modules = [
./systems/common.nix
./users/jsutter.nix
./systems/skip.nix
];
};
};
};
}