Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Swarsel committed Jul 19, 2024
1 parent 90f4b71 commit 525172f
Show file tree
Hide file tree
Showing 8 changed files with 3,666 additions and 3,646 deletions.
3,933 changes: 1,983 additions & 1,950 deletions SwarselSystems.org

Large diffs are not rendered by default.

86 changes: 10 additions & 76 deletions flake.lock

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

15 changes: 9 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};

# patches for gaming on nix
nix-gaming = {
url = "github:fufexan/nix-gaming";
};

# hardware quirks on nix
nixos-hardware = {
url = "github:NixOS/nixos-hardware/master";
Expand Down Expand Up @@ -87,6 +82,7 @@
lanzaboote,
nixos-hardware,
nix-alien,
nixos-generators,
nswitch-rcm-nix,
nix-index-database,
...
Expand Down Expand Up @@ -151,7 +147,7 @@
modules =
nixModules
++ [
./profiles/onett/nixos.nix
./profles/onett/nixos.nix
home-manager.nixosModules.home-manager
{
home-manager.users.swarsel.imports =
Expand Down Expand Up @@ -368,6 +364,13 @@
};

packages.x86_64-linux = {
proxmox-lxc = nixos-generators.nixosGenerate {
inherit system;
modules = [
./profiles/server1/TEMPLATE/nixos.nix
];
format = "proxmox-lxc";
};
};
};
}
Loading

0 comments on commit 525172f

Please sign in to comment.