Guanran Wang
89f91afa4e
- moved nvidia prime `xxxBusId` to machines specific configuration - moved hostname config to flake.nix - added per-machine configuration (example usage: multiple machines with same model)
8 lines
No EOL
67 B
Nix
8 lines
No EOL
67 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./partition.nix
|
|
./luks.nix
|
|
];
|
|
} |