mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Prepare for flakes
This commit is contained in:
parent
cf59f8482d
commit
255103fb9d
3 changed files with 22 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./core.nix
|
||||
./boot.nix
|
||||
./networking.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
2
modules/networking.nix
Normal file
2
modules/networking.nix
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
networking.networkmanager.enable = true;
|
||||
networking.firewall.enable = false;
|
||||
Loading…
Add table
Add a link
Reference in a new issue