mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Flatten dir structure
This commit is contained in:
20
machines/zelus/configuration.nix
Normal file
20
machines/zelus/configuration.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{pkgs, ...}: {
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment = {variables = {LANG = "en_US.UTF-8";};};
|
||||
|
||||
networking = {hostName = "zelus";};
|
||||
|
||||
services.nix-daemon.enable = true;
|
||||
|
||||
nix.extraOptions = "experimental-features = nix-command flakes";
|
||||
nix.package = pkgs.nixVersions.stable;
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
# https://github.com/nix-community/home-manager/issues/108#issuecomment-340397178
|
||||
enableCompletion = false;
|
||||
};
|
||||
|
||||
system.stateVersion = 4;
|
||||
}
|
Reference in New Issue
Block a user