Changes
3 changed files (+52/-1)
-
-
@@ -35,4 +35,9 @@before = [ "sleep.target" ]; serviceConfig.ExecStart = "${pkgs.killall}/bin/killall fprintd"; }; services.ollama = { enable = true; package = pkgs.ollama-vulkan; }; }
-
-
-
@@ -0,0 +1,47 @@# Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. { config, lib, pkgs, modulesPath, ... }: { imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "/dev/mapper/luksdev"; fsType = "btrfs"; }; boot.initrd.luks.devices."luksdev".device = "/dev/disk/by-uuid/f4e1fd6b-f03c-428f-a31e-7355a10b9a2c"; fileSystems."/boot" = { device = "/dev/disk/by-uuid/3A93-17DE"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; }; swapDevices = [ ]; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; }
-
-
-
@@ -1,7 +1,6 @@{ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; # TODO: Use https://github.com/NixOS/nixos-hardware/blob/master/framework/13-inch/amd-ai-300-series/default.nix # For building an image for XVM # https://lantian.pub/en/article/modify-computer/nixos-low-ram-vps.lantian/ # https://unnamed.website/posts/nixvm/
-