summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/network: Only check slave interfaces which are configuredWilliam A. Kennington III2014-11-30
|
* nixos/networkd: Fix dhcp being enabled when it should be disabledWilliam A. Kennington III2014-11-30
|
* Merge pull request #5121 from coreyoconnor/primus-upstreamArseniy Seroka2014-11-30
|\ | | | | Add primus and extend bumblebee to support 32bit/64bit multilib
| * Add primus and extend bumblebee to support 32bit/64bit multilib architectures.Corey O'Connor2014-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using primusrun will work as expected in a multilib environment. Even if the initial program executes a antoehr program of the another architecture. Assuming the program does not modify LD_LIBRARY_PATH inappropriately. This does not update virtualgl for seemless multilib. I was unable to get a mixed 64/32 bit environment to work with VirtualGL. The mechanism VirtualGL uses to inject the fake GL library would fail if both 32bit and 64 bit libraries were in the environment. Instead the bumblebee package creates a optirun32 executable that can be used to run a 32bit executable with optimus on a 64 bit host. This is not created if the host is 32bit. For my usage, gaming under wine, the primusrun executable works as expected regardless of 32bit/64bit.
* | nixos/networking: Fix dependencies for macvlan which should be on bridgesWilliam A. Kennington III2014-11-30
| |
* | nixos/network: Remove debug output in testsWilliam A. Kennington III2014-11-30
| |
* | nixos/networkd: Fix macvlan called with null modeWilliam A. Kennington III2014-11-30
| |
* | nixos/nfs: Fix TestWilliam A. Kennington III2014-11-30
| |
* | nixos/networking: Improve service orderingWilliam A. Kennington III2014-11-29
| |
* | nixos/networking: More fixesWilliam A. Kennington III2014-11-29
| |
* | Merge pull request #5043 from wkennington/master.networkdWilliam A. Kennington III2014-11-29
|\ \ | |/ |/| nixos/networking: Revamp networking configuration and add an experimental networkd option.
| * nixos/tests: Add networking tests for basic functionalityWilliam A. Kennington III2014-11-29
| |
| * nixos/network-interfaces: More fixesWilliam A. Kennington III2014-11-27
| |
| * nixos/network-interfaces: Add maclvan supportWilliam A. Kennington III2014-11-26
| |
| * nixos/networking: FixesWilliam A. Kennington III2014-11-26
| |
| * nixos/network-interfaces: Make it clear that networkd is experimentalWilliam A. Kennington III2014-11-26
| |
| * nixos/network-interfaces: Refactor scripts for reliability and dependency ↵William A. Kennington III2014-11-26
| | | | | | | | removal
| * nixos/dhcpcd: Respect per interface dhcp optionsWilliam A. Kennington III2014-11-26
| |
| * nixos/network-interfaces: Promote secondary addresses when primary addresses ↵William A. Kennington III2014-11-26
| | | | | | | | expire
| * nixos/network-interfaces: Support mac address and mtu universallyWilliam A. Kennington III2014-11-26
| |
| * nixos: Support network-online target in addition to ip-upWilliam A. Kennington III2014-11-26
| |
| * nixos/systemd: ip-up and network-online targets should come after ↵William A. Kennington III2014-11-26
| | | | | | | | networkd-wait-online
| * nixos/networking: Rebuild resolvconf during activationWilliam A. Kennington III2014-11-26
| | | | | | | | | | | | | | This is needed when /etc/resolv.conf is being overriden by networkd and other configurations. If the file is destroyed by an environment activation then it must be rebuilt so that applications which interface with /etc/resolv.conf directly don't break.
| * networkd: Support Host ResolvconfWilliam A. Kennington III2014-11-26
| |
| * nixos/network-interfaces-scripted: Fix network-setup triggeringWilliam A. Kennington III2014-11-26
| |
| * nixos/network-interfaces: Provide a networkd implementationWilliam A. Kennington III2014-11-26
| |
| * systemd-network: Add assertions for user clarityWilliam A. Kennington III2014-11-26
| |
| * systemd: Enable more network servicesWilliam A. Kennington III2014-11-26
| |
| * systemd: Add ability to define networksWilliam A. Kennington III2014-11-26
| |
* | nixos/kubernetes: try to fix test by incrising memory sizeJaka Hudoklin2014-11-30
| |
* | nixos: run etcd, docker-registry and kubernetes tests only on supported ↵Jaka Hudoklin2014-11-30
| | | | | | | | platforms
* | virtualbox: Enable hardening by default.aszlig2014-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VirtualBox with hardening support requires the main binaries to be setuid root. Using VBOX_WITH_RUNPATH, we ensure that the RPATHs are pointing to the libexec directory and we also need to unset VBOX_WITH_ORIGIN to make sure that the build system is actually setting those RPATHs. The hardened.patch implements two things: * Set the binary directory to the setuid-wrappers dir so that VboxSVC calls them instead of the binaries from the store path. The reason behind this is because nothing in the Nix store can have the setuid flag. * Excempt /nix/store from the group permission check, because while it is group-writeable indeed it also has the sticky bit set (and also the whole store is mounted read-only on most NixOS systems), so we're checking on that as well. Right now, the hardened.patch uses /nix/store and /var/setuid-wrappers directly, so someone would ever want to change those on a NixOS system, please provide a patch to set those paths on build time. However, for simplicity, it's best to do it when we _really_ need it. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | nixos/kubernetes: fix user idJaka Hudoklin2014-11-29
| |
* | Merge pull request #5088 from offlinehacker/nixos/kubernetesJaka Hudoklin2014-11-29
|\ \ | | | | | | nixos: add kubernetes module
| * | nixos: add kubernetes moduleJaka Hudoklin2014-11-29
| | |
* | | nixos: Use vendor zones instead of N.pool.ntp.org.aszlig2014-11-28
|/ / | | | | | | | | | | Closes #4824, thanks to @abh for processing my stupidity. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | fix printing testDomen Kožar2014-11-27
| |
* | nixos: reverse logic in nixos interactive tests documentationDomen Kožar2014-11-27
| |
* | nixos/sshd: Fix build if knownHosts is empty.aszlig2014-11-27
| | | | | | | | | | | | | | | | Introduced by 77ff279f2767cf1f28eed03a1f93e5df54c99bf5. Build failure: https://headcounter.org/hydra/build/583158/nixlog/5/raw Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | nixos: Add enable option for programs/virtualbox.aszlig2014-11-27
| | | | | | | | | | | | | | | | | | We will simply rename the previous module and add a warning whenever the module is included directly, pointing the user to the right option and also enable it as well (in case somebody has missed the option and is wondering why VirtualBox doesn't work anymore). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | nixos: Rename virtualbox to virtualboxGuest.aszlig2014-11-27
| | | | | | | | | | | | | | | | | | Especially new users could be confused by this, so we're now marking services.virtualbox.enable as obsolete and defaulting to services.virtualboxGuest.enable instead. I believe this now makes it clear, that this option is for guest additions only. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | nixos/services.openssh: Allow knownHost keys to have multiple lines.Rickard Nilsson2014-11-27
| | | | | | | | Useful for adding several public keys of different types for the same host.
* | Don't set $MANPATHEelco Dolstra2014-11-27
| | | | | | | | | | The default is derived automatically from $PATH, so it's in fact better *not* to set it.
* | Merge pull request #5130 from wmertens/git-ssl-envwmertens2014-11-27
|\ \ | | | | | | Let git use $SSL_CERT_FILE
| * | Remove unnecessary $GIT_SSL_CAINFO from sys envWout Mertens2014-11-26
| | |
* | | NetworkManager.service -> network-manager.serviceDomen Kožar2014-11-27
| | |
* | | e18: remove old desktop managerMatej Cotman2014-11-26
| | |
* | | e17: remove old desktop managerMatej Cotman2014-11-26
| |/ |/|
* | Mediawiki: updated for Apache 2.4Igor Pashev2014-11-26
| |
* | Style fixesEelco Dolstra2014-11-25
| |