add server

This commit is contained in:
Hadi 2024-06-17 23:41:41 +02:00
parent 251f535146
commit 93ba190cbf
2 changed files with 6 additions and 5 deletions

View File

@ -18,10 +18,11 @@ It's a simple way to manage your system configuration and dotfiles.
- 🏠 `home` are the dotfiles and configuration files for the user - 🏠 `home` are the dotfiles and configuration files for the user
- 💻 `hosts` are the system configuration files - 💻 `hosts` are the system configuration files
- `laptop` is mine - 'laptop' is my own configuration for my laptop with nvidia
- `guest` is a template that you can copy and modify for your own system - 'server' is for my nixos server
- `themes` contains all the themes available (see [THEMES.md](docs/THEMES.md)) - 'guest' is a *template* that you can copy and modify for *your own system*
- `shared` are some nix files that you can import (nvidia, prime, fonts, ...) - 'themes' contains all the *themes* available (see [THEMES.md](docs/THEMES.md))
- 'shared' are some nix modules that you can import (nvidia, prime, fonts, ...)
- 🤫 `secrets` are the secrets files encrypted with sops - 🤫 `secrets` are the secrets files encrypted with sops
## Installation ## Installation

View File

@ -51,7 +51,7 @@
jack = nixpkgs.lib.nixosSystem { jack = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ modules = [
./hosts/laptop/configuration.nix ./hosts/server/configuration.nix
inputs.home-manager.nixosModules.home-manager inputs.home-manager.nixosModules.home-manager
{ {
nixpkgs.overlays = [ nur.overlay ]; nixpkgs.overlays = [ nur.overlay ];