initial commit, with lots of old code that i may need again later
This commit is contained in:
commit
79b4f7454d
8 changed files with 294 additions and 0 deletions
11
aeolia-config.nix
Normal file
11
aeolia-config.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, modulesPath, fetchzip, ... }: {
|
||||
imports = [
|
||||
(modulesPath + "/profiles/minimal.nix")
|
||||
./base.nix
|
||||
];
|
||||
|
||||
# boot.kernelPackages = pkgs.recurseIntoAttrs (pkgs.linuxPackagesFor (pkgs.callPackage ./kernel-aeolia.nix {}));
|
||||
boot.kernelPackages = pkgs.recurseIntoAttrs (pkgs.linuxPackagesFor (pkgs.callPackage ./kernel-aeolia-5.3.nix {}));
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue