1
0
Fork 0

Compare commits

..

No commits in common. "bde6ed224ecbbc81d4e0c99199830be3f44b1d72" and "b3e10f04ba7ee6f0fdf11fd45df08a9016ed33ae" have entirely different histories.

4 changed files with 4 additions and 5 deletions

View file

@ -12,10 +12,7 @@
lib.mkDefault config.hardware.enableRedistributableFirmware;
};
nixpkgs = {
config.allowUnfree = true;
hostPlatform = lib.mkDefault "x86_64-linux";
};
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
users = {
defaultUserShell = pkgs.zsh;

View file

@ -30,7 +30,6 @@ in {
services.minecraft-servers = {
enable = true;
eula = true;
dataDir = "/mnt/ssd-01/minecraft";
environmentFile = config.sops.templates."minecraft.env".path;
managementSystem = {
tmux.enable = false;

View file

@ -20,6 +20,7 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
nixpkgs.config.allowUnfree = true;
programs.zsh.enable = true;

View file

@ -58,6 +58,8 @@
];
};
nixpkgs.config.allowUnfree = true;
fonts = {
packages = with pkgs; [
inter