Compare commits

..

No commits in common. "cb2e73007f3c4fe17a72985ef53038ceb988419d" and "6e1b26a12d81aed668d906e163916f31c50404fa" have entirely different histories.

4 changed files with 2 additions and 15 deletions

View file

@ -1,7 +1,7 @@
{
services.minecraft-server = {
enable = true;
package = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/058b28c40c1210cb16233f443dc6a4c850670f21.tar.gz") {
package = (import <nixpkgs> {
config.allowUnfree = true;
}).minecraft-server;
declarative = true;

View file

@ -5,9 +5,8 @@
# <nixpkgs/nixos/modules/installer/sd-card/sd-image-aarch64.nix>
./hardware-configuration.nix
./backups.nix
./kathe.nix
./smb.nix
./users/eric.nix
./users/kathe.nix
];
# Use the extlinux boot loader. (NixOS wants to enable GRUB by default)

View file

@ -1,12 +0,0 @@
{pkgs, ...}: {
# users.users.eric = {
# isNormalUser = true;
# description = "Eric Villnow";
# openssh.authorizedKeys.keys = [
# "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBKTAtIfDbYG2Wvwc0dmzXJXWwRnI1QFzFf7P9Txj9zo eric@vill.now"
# ];
# packages = with pkgs; [
# #
# ];
# };
}