Compare commits
No commits in common. "cb2e73007f3c4fe17a72985ef53038ceb988419d" and "6e1b26a12d81aed668d906e163916f31c50404fa" have entirely different histories.
cb2e73007f
...
6e1b26a12d
4 changed files with 2 additions and 15 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
services.minecraft-server = {
|
services.minecraft-server = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/058b28c40c1210cb16233f443dc6a4c850670f21.tar.gz") {
|
package = (import <nixpkgs> {
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
}).minecraft-server;
|
}).minecraft-server;
|
||||||
declarative = true;
|
declarative = true;
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,8 @@
|
||||||
# <nixpkgs/nixos/modules/installer/sd-card/sd-image-aarch64.nix>
|
# <nixpkgs/nixos/modules/installer/sd-card/sd-image-aarch64.nix>
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./backups.nix
|
./backups.nix
|
||||||
|
./kathe.nix
|
||||||
./smb.nix
|
./smb.nix
|
||||||
./users/eric.nix
|
|
||||||
./users/kathe.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use the extlinux boot loader. (NixOS wants to enable GRUB by default)
|
# Use the extlinux boot loader. (NixOS wants to enable GRUB by default)
|
||||||
|
|
|
||||||
|
|
@ -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; [
|
|
||||||
# #
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue