diff --git a/docs/src/README_template.md b/docs/src/README_template.md index d968bc6..e39c8df 100644 --- a/docs/src/README_template.md +++ b/docs/src/README_template.md @@ -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 - 💻 `hosts` are the system configuration files - - `laptop` is mine - - `guest` is a template that you can copy and modify for your own system - - `themes` contains all the themes available (see [THEMES.md](docs/THEMES.md)) - - `shared` are some nix files that you can import (nvidia, prime, fonts, ...) + - 'laptop' is my own configuration for my laptop with nvidia + - 'server' is for my nixos server + - 'guest' is a *template* that you can copy and modify for *your own system* + - '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 ## Installation diff --git a/flake.nix b/flake.nix index 2d49fd3..d5c5c6e 100644 --- a/flake.nix +++ b/flake.nix @@ -51,7 +51,7 @@ jack = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ - ./hosts/laptop/configuration.nix + ./hosts/server/configuration.nix inputs.home-manager.nixosModules.home-manager { nixpkgs.overlays = [ nur.overlay ];