revamp of structure
This commit is contained in:
parent
b5365e6ab3
commit
4e728b45d3
8 changed files with 25 additions and 17 deletions
|
|
@ -1,12 +1,13 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../modules/nixos
|
||||
../../modules/boot
|
||||
../../modules/
|
||||
../../modules/boot/plymouth.nix
|
||||
../../modules/boot/secure-boot.nix
|
||||
./hardware-configuration.nix
|
||||
|
||||
../../modules/boot
|
||||
../../modules/desktop
|
||||
../../modules/develop
|
||||
../../modules/networking
|
||||
../../modules/virtualisation
|
||||
];
|
||||
|
||||
networking.hostName = "p14s";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue