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

View file

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