clean up networking on tailnet + add nixos-hardware defs missing
This commit is contained in:
parent
e32816dcf6
commit
e74232ef70
1 changed files with 3 additions and 0 deletions
|
|
@ -1,11 +1,14 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||
imports = [
|
||||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x260
|
||||
inputs.nixos-hardware.nixosModules.common-pc-laptop
|
||||
inputs.nixos-hardware.nixosModules.common-pc-ssd
|
||||
./hardware-configuration.nix
|
||||
# ../disko/sda.nix
|
||||
../workstation
|
||||
];
|
||||
networking.hostName = "smaug";
|
||||
variables.addresses = "100.72.224.76";
|
||||
variables.swayScale = "0.75";
|
||||
|
||||
roles = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue