This commit is contained in:
iFargle 2023-07-01 17:01:37 +09:00
parent d9422401b4
commit cd1829b8b6

View file

@ -52,7 +52,7 @@
nixosConfigurations = { nixosConfigurations = {
# Declare the configuration for my laptop # Declare the configuration for my laptop
nixos-p1 = lib.nixosSystem { nixos-p1 = lib.nixosSystem {
inherit system hostname; inherit system;
modules = [ modules = [
# Hardware Configuration # Hardware Configuration
./laptop/lenovo-p1.nix ./laptop/lenovo-p1.nix
@ -73,7 +73,7 @@
# Declare the configuration for my desktop # Declare the configuration for my desktop
nixos-desktop = lib.nixosSystem { nixos-desktop = lib.nixosSystem {
inherit system hostname; inherit system;
modules = [ modules = [
# Hardware Configuration # Hardware Configuration
./desktop/desktop.nix ./desktop/desktop.nix