This commit is contained in:
Daylin Morgan 2024-02-05 17:12:11 -06:00
parent 261328e55a
commit f0f4d90f35
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F
2 changed files with 9 additions and 12 deletions

View file

@ -3,16 +3,13 @@
pkgs,
...
}: {
imports = [
# "${inputs.nixpkgs}/nixos/modules/installer/sd-card/sd-image-aarch64.nix"
];
# system = {
# # Disable zstd compression
# build.sdImage.compressImage = false;
# };
enviroment.systemPackages = with pkgs; [
git
];
## kodi
users.extraUsers.kodi.isNormalUser = true;
services.cage.user = "kodi";
services.cage.program = "${pkgs.kodi-wayland}/bin/kodi-standalone";
services.cage.enable = true;
##
security.sudo.wheelNeedsPassword = false;
}

View file

@ -12,7 +12,7 @@
# Enables the generation of /boot/extlinux/extlinux.conf
boot.loader.generic-extlinux-compatible.enable = true;
# networking.hostName = "nixos"; # Define your hostname.
networking.hostName = "laukaz"; # Define your hostname.
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
@ -77,7 +77,7 @@
# List services that you want to enable:
# Enable the OpenSSH daemon.
# services.openssh.enable = true;
services.openssh.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];