mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
deck
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{ ... }: {
|
{ ... }: {
|
||||||
flake.nixosModules.computer-nadine = { system, ... }: {
|
flake.nixosModules.computer-deck = { system, ... }: {
|
||||||
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "ahci" "usbhid" "usb_storage" "sd_mod" ];
|
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "ahci" "usbhid" "usb_storage" "sd_mod" ];
|
||||||
boot.kernelParams = [ "quiet" "splash" "boot.shell_on_fail" "loglevel=3" "rd.systemd.show_status=false" "rd.udev.log_level=3" "udev.log_priority=3" ];
|
boot.kernelParams = [ "quiet" "splash" "boot.shell_on_fail" "loglevel=3" "rd.systemd.show_status=false" "rd.udev.log_level=3" "udev.log_priority=3" ];
|
||||||
nixpkgs.hostPlatform = system;
|
nixpkgs.hostPlatform = system;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{ inputs, config, ... }: {
|
{ inputs, config, ... }: {
|
||||||
flake.nixosModules.computer-deck = { ... }: {
|
flake.nixosModules.deck = { ... }: {
|
||||||
imports = with inputs.self.nixosModules; [
|
imports = with inputs.self.nixosModules; [
|
||||||
apps-sys-chrome
|
apps-sys-chrome
|
||||||
apps-sys-vesktop
|
apps-sys-vesktop
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{ inputs, ... }: {
|
{ inputs, ... }: {
|
||||||
flake.nixosConfigurations."computer-deck" = inputs.self.lib.mkHost {
|
flake.nixosConfigurations."deck" = inputs.self.lib.mkHost {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
host = "computer-deck";
|
host = "deck";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user