refactor flake, part 2
now using a homemade `mkSystem` function to make systems more identical thanks to leah for telling me about genAttrs note to future self: this is the commit where everything started going to shit. this is the moment in time where i decided nix was perfection. this is the precise timestamp in which i found out that there's no coming back from nix. i bid you farewell, old uku.
This commit is contained in:
parent
b1675e8598
commit
e9ceb852f9
3 changed files with 18 additions and 27 deletions
|
@ -1,11 +1,4 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
../common.nix
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
networking.hostName = "fuji";
|
||||
|
||||
_: {
|
||||
services.xserver.videoDrivers = ["amdgpu"];
|
||||
|
||||
# services.xserver.videoDrivers = ["nvidia"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue