Large restructuring
This commit is contained in:
parent
22a6bd4040
commit
4e174013da
26 changed files with 39 additions and 43 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ specialArgs, inputs, config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
boot.kernelPackages = pkgs.linuxPackages_hardened;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, config, pkgs, lib, ... }:
|
||||
{ specialArgs, inputs, config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
environment.etc."channels/nixpkgs".source = inputs.nixpkgs-stable.outPath;
|
||||
|
|
|
|||
5
hosts/servers/common/users.nix
Normal file
5
hosts/servers/common/users.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ specialArgs, inputs, config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
home-manager.users.user = import ../../../users/servers/user.nix";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue