Compare commits
2 commits
6e1b26a12d
...
cb2e73007f
| Author | SHA1 | Date | |
|---|---|---|---|
| cb2e73007f | |||
| adab62337d |
4 changed files with 15 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
services.minecraft-server = {
|
services.minecraft-server = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = (import <nixpkgs> {
|
package = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/058b28c40c1210cb16233f443dc6a4c850670f21.tar.gz") {
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
}).minecraft-server;
|
}).minecraft-server;
|
||||||
declarative = true;
|
declarative = true;
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,9 @@
|
||||||
# <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)
|
||||||
|
|
|
||||||
12
bigbird/users/eric.nix
Normal file
12
bigbird/users/eric.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{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