configuration.nix aktualisiert
This commit is contained in:
parent
a85d438a2b
commit
60ab62b512
1 changed files with 4 additions and 10 deletions
|
@ -13,7 +13,7 @@
|
||||||
./user-chch.nix
|
./user-chch.nix
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./hostname.nix
|
./hostname.nix
|
||||||
#./flake.nix
|
# ./flake.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# networking.hostName = "$HOSTNAME_HERE"; # Please Define hostname in hostname.nix
|
# networking.hostName = "$HOSTNAME_HERE"; # Please Define hostname in hostname.nix
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
#nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
# Enabling HackRF One Support
|
# Enabling HackRF One Support
|
||||||
hardware.hackrf.enable = true;
|
hardware.hackrf.enable = true;
|
||||||
|
@ -59,7 +59,6 @@
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
# services.libinput.enable = true;
|
# services.libinput.enable = true;
|
||||||
|
|
||||||
|
@ -89,13 +88,9 @@
|
||||||
ptouch-driver
|
ptouch-driver
|
||||||
sambaFull
|
sambaFull
|
||||||
git
|
git
|
||||||
orca-slicer
|
|
||||||
wineWowPackages.waylandFull
|
|
||||||
freecad-wayland
|
|
||||||
gqrx
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Copy the NixOS configuration file and link it from the resulting system
|
# Copy the NixOS configuration file and link it from the resulting system
|
||||||
# (/run/current-system/configuration.nix). This is useful in case you
|
# (/run/current-system/configuration.nix). This is useful in case you
|
||||||
# accidentally delete configuration.nix.
|
# accidentally delete configuration.nix.
|
||||||
# system.copySystemConfiguration = true;
|
# system.copySystemConfiguration = true;
|
||||||
|
@ -119,5 +114,4 @@
|
||||||
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
|
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
|
||||||
system.stateVersion = "24.11"; # Did you read the comment?
|
system.stateVersion = "24.11"; # Did you read the comment?
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue