update too much
This commit is contained in:
+4
-35
@@ -1,7 +1,3 @@
|
||||
# Edit this configuration file to define what should be installed on
|
||||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
@@ -28,10 +24,7 @@
|
||||
|
||||
boot.kernelParams = [
|
||||
"iomem=relaxed"
|
||||
"pcie_acs_override=downstream,multifunction,id:10de:1c03,id:10de:10f1"
|
||||
"rd.driver.pre=vfio-pci"
|
||||
"quiet"
|
||||
"pci-stub.ids=10de:1c03,10de:10f1"
|
||||
"iommu=pt"
|
||||
"amd_iommu=on"
|
||||
"kvm.ignore_msrs=1"
|
||||
@@ -71,7 +64,7 @@
|
||||
# Configure console keymap
|
||||
console.keyMap = "de";
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
programs.fish.enable = true;
|
||||
users.users.user = {
|
||||
isNormalUser = true;
|
||||
description = "user";
|
||||
@@ -83,12 +76,6 @@
|
||||
packages = with pkgs; [ ];
|
||||
};
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
||||
# Enable automatic login for the user.
|
||||
services.getty.autologinUser = "user";
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
programs.hyprland = {
|
||||
@@ -110,10 +97,11 @@
|
||||
};
|
||||
|
||||
services.goxlr-utility.enable = true;
|
||||
services.udisks2.enable = true;
|
||||
programs.dms-shell.enable = true;
|
||||
programs.steam.enable = true;
|
||||
programs.neovim.enable = true;
|
||||
programs.git.enable = true;
|
||||
programs.tmux.enable = true;
|
||||
|
||||
security.rtkit.enable = true;
|
||||
systemd.services."rtkit-daemon".enable = true;
|
||||
@@ -124,26 +112,7 @@
|
||||
"electron-39.8.10"
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
# started in user sessions.
|
||||
# programs.mtr.enable = true;
|
||||
# programs.gnupg.agent = {
|
||||
# enable = true;
|
||||
# enableSSHSupport = true;
|
||||
# };
|
||||
|
||||
# List services that you want to enable:
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
# services.openssh.enable = true;
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
# this value at the release version of the first install of this system.
|
||||
# Before changing this value read the documentation for this option
|
||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||
system.stateVersion = "24.11"; # Did you read the comment?
|
||||
system.stateVersion = "24.11";
|
||||
system.autoUpgrade.enable = false;
|
||||
system.autoUpgrade.allowReboot = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user