mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
updates to other hosts
This commit is contained in:
parent
3bea1d8e16
commit
95e1d8d994
2 changed files with 7 additions and 4 deletions
|
|
@ -27,6 +27,7 @@
|
||||||
"hosts/common/core"
|
"hosts/common/core"
|
||||||
|
|
||||||
# Optional configs
|
# Optional configs
|
||||||
|
"hosts/common/optional/pentesting.nix"
|
||||||
])
|
])
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,12 +11,11 @@
|
||||||
}: {
|
}: {
|
||||||
imports = lib.flatten [
|
imports = lib.flatten [
|
||||||
# Hardware
|
# Hardware
|
||||||
inputs.hardware.nixosModules.framework-13-7040-amd
|
|
||||||
./hardware-configuration.nix # I want to use factor if possible
|
./hardware-configuration.nix # I want to use factor if possible
|
||||||
|
|
||||||
# Disks
|
# Disks
|
||||||
inputs.disko.nixosModules.disko
|
inputs.disko.nixosModules.disko
|
||||||
(lib.custom.relativeToRoot "hosts/common/disks/btrfs-impermanence-disk.nix")
|
(lib.custom.relativeToRoot "hosts/common/disks/btrfs-disk.nix")
|
||||||
{
|
{
|
||||||
_module.args = {
|
_module.args = {
|
||||||
disk = "/dev/nvme0n1";
|
disk = "/dev/nvme0n1";
|
||||||
|
|
@ -32,14 +31,17 @@
|
||||||
"hosts/common/core"
|
"hosts/common/core"
|
||||||
|
|
||||||
# Optional configs
|
# Optional configs
|
||||||
"hosts/common/optional/keyd.nix"
|
"hosts/common/optional/audio.nix"
|
||||||
|
"hosts/common/optional/bluetooth.nix"
|
||||||
|
"hosts/common/optional/pentesting.nix"
|
||||||
|
"hosts/common/optional/gaming.nix"
|
||||||
])
|
])
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
|
|
||||||
hostSpec = {
|
hostSpec = {
|
||||||
hostName = "Incarceron";
|
hostName = "Parzival";
|
||||||
persistFolder = "/persist";
|
persistFolder = "/persist";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue