Skip to content

Commit

Permalink
Prepare home desktop computer and remove nixos-hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
FaustXVI committed Jan 4, 2025
1 parent 6d064c2 commit 26e6981
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 89 deletions.
16 changes: 0 additions & 16 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
unstable-pkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOS/nixos-hardware";
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
disko = {
url = "github:nix-community/disko";
Expand All @@ -25,7 +24,7 @@
};
};

outputs = { self, nixpkgs, sops, nur, home-manager, nixos-hardware, disko, ... }@inputs:
outputs = { self, nixpkgs, sops, nur, home-manager, disko, ... }@inputs:
let
system = "x86_64-linux";
targets = [
Expand Down
23 changes: 0 additions & 23 deletions machines/asus.nix

This file was deleted.

10 changes: 2 additions & 8 deletions machines/desktop-home.nix
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
{ config, pkgs, inputs, ... }:

let
nixos-hardware = inputs.nixos-hardware;
LG = "HDMI-0";
Samsung = "DP-3";
device = "/dev/todo";
in
{
imports =
[
nixos-hardware.nixosModules.common-cpu-amd
nixos-hardware.nixosModules.common-cpu-amd-pstate
nixos-hardware.nixosModules.common-gpu-nvidia-nonprime
nixos-hardware.nixosModules.common-pc
nixos-hardware.nixosModules.common-pc-ssd
./desktop-home-hardware.nix
../modules
(import ./luks-interactive-login.nix {inherit device;})
];
xadetComputer = {
type = "desktop";
Expand Down
16 changes: 0 additions & 16 deletions machines/new.nix.sample

This file was deleted.

24 changes: 0 additions & 24 deletions machines/t470s.nix

This file was deleted.

0 comments on commit 26e6981

Please sign in to comment.