organize modules
This commit is contained in:
parent
1965db3417
commit
3b1ed7e281
55 changed files with 13 additions and 13 deletions
|
@ -1,16 +0,0 @@
|
|||
{ hostname, ... }:
|
||||
{
|
||||
networking.hostName = hostname;
|
||||
imports = [
|
||||
./boot.nix
|
||||
./nfs-client.nix
|
||||
./nix-ld.nix
|
||||
./printers.nix
|
||||
./remoteBuilder.nix
|
||||
./ssh-server.nix
|
||||
];
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
services.hardware.bolt.enable = true;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue