use hardware-configuration from GitHub
This commit is contained in:
parent
282cdca784
commit
bad21690e1
|
@ -12,7 +12,10 @@ in {
|
||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./packages.nix
|
./packages.nix
|
||||||
/home/spiollinux/src/nixos-hardware/lenovo/thinkpad/t440s
|
(builtins.fetchGit {
|
||||||
|
url = "https://github.com/NixOS/nixos-hardware";
|
||||||
|
rev = "1e2c130d38d72860660474c36207b099c519cb6a";
|
||||||
|
} + "/lenovo/thinkpad/t440s")
|
||||||
];
|
];
|
||||||
|
|
||||||
# encrypted partitions
|
# encrypted partitions
|
||||||
|
|
Loading…
Reference in a new issue