test
This commit is contained in:
parent
3cd123231f
commit
a48a455788
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@
|
|||
nixosConfigurations = {
|
||||
# Declare the configuration for my laptop
|
||||
nixos-p1 = lib.nixosSystem {
|
||||
inherit system;
|
||||
inherit system hostname;
|
||||
modules = [
|
||||
# Hardware Configuration
|
||||
./hardware/lenovo-p1.nix
|
||||
|
@ -73,7 +73,7 @@
|
|||
|
||||
# Declare the configuration for my desktop
|
||||
nixos-desktop = lib.nixosSystem {
|
||||
inherit system;
|
||||
inherit system hostname;
|
||||
modules = [
|
||||
# Hardware Configuration
|
||||
./hardware/desktop.nix
|
||||
|
|
Loading…
Reference in a new issue