mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Change configuration structure for second device
This commit is contained in:
11
nixos-configurations/laptop/default.nix
Normal file
11
nixos-configurations/laptop/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../shared.nix
|
||||
];
|
||||
|
||||
networking.hostName = "laptop";
|
||||
}
|
||||
Reference in New Issue
Block a user