finished migrating config to new flake structure
This commit is contained in:
parent
5764ac1119
commit
7404966c92
14 changed files with 37 additions and 427 deletions
|
|
@ -3,12 +3,12 @@
|
|||
{
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
# ../.modules/base/hardware.nix
|
||||
# ../modules/base/hardware.nix
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
../.modules/services/docker.nix
|
||||
../.modules/users/arouzing.nix
|
||||
../.modules/users/speccon18.nix
|
||||
../.modules/services/openssh.nix
|
||||
../modules/services/docker.nix
|
||||
../modules/users/arouzing.nix
|
||||
../modules/users/speccon18.nix
|
||||
../modules/services/openssh.nix
|
||||
];
|
||||
|
||||
# base packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue