refactoring!
This commit is contained in:
parent
db485e8d3e
commit
04eb69dbc8
21 changed files with 0 additions and 0 deletions
15
hosts/loki/configuration.nix
Normal file
15
hosts/loki/configuration.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
<nixos-hardware/dell/xps/13-9310>
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
/home/don/nixos/workstation/configuration.nix
|
||||
/home/don/nixos/loki/kernel.nix
|
||||
/home/don/nixos/workstation/home
|
||||
/home/don/nixos/workstation/sway.nix
|
||||
/home/don/nixos/workstation/systemd.nix
|
||||
];
|
||||
networking.hostName = "loki";
|
||||
}
|
||||
5
hosts/loki/kernel.nix
Normal file
5
hosts/loki/kernel.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.kernelModules = [ "axge" "ax88179_178a" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue