no aliases
This commit is contained in:
parent
02ee8fd4e1
commit
33fa2a5847
6 changed files with 6 additions and 5 deletions
|
|
@ -61,7 +61,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxPackages_rpi02w;
|
kernelPackages = pkgs.linuxKernel.packages.linux_rpi3;
|
||||||
|
|
||||||
initrd.availableKernelModules = [
|
initrd.availableKernelModules = [
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxPackages_rpi02w;
|
kernelPackages = pkgs.linuxKernel.packages.linux_rpi3;
|
||||||
|
|
||||||
initrd.availableKernelModules = [
|
initrd.availableKernelModules = [
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
nix-inspect
|
nix-inspect
|
||||||
bat
|
bat
|
||||||
fd
|
fd
|
||||||
du-dust
|
dust
|
||||||
dysk
|
dysk
|
||||||
gnupg
|
gnupg
|
||||||
attic-client
|
attic-client
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
cascadia-code
|
cascadia-code
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-color-emoji
|
||||||
liberation_ttf
|
liberation_ttf
|
||||||
fira-code
|
fira-code
|
||||||
fira-code-symbols
|
fira-code-symbols
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@
|
||||||
"nvidia-settings"
|
"nvidia-settings"
|
||||||
"cuda-merged"
|
"cuda-merged"
|
||||||
];
|
];
|
||||||
|
nixpkgs.config.allowAliases = false;
|
||||||
|
|
||||||
# enable nix flakes
|
# enable nix flakes
|
||||||
nix.settings.experimental-features = [
|
nix.settings.experimental-features = [
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
config = lib.mkMerge [
|
config = lib.mkMerge [
|
||||||
(lib.mkIf config.myModules.enableSecrets {
|
(lib.mkIf config.myModules.enableSecrets {
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
inputs.agenix.packages.${pkgs.hostPlatform.system}.agenix
|
inputs.agenix.packages.${pkgs.stdenv.hostPlatform.system}.agenix
|
||||||
pkgs.age
|
pkgs.age
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue