adds firewall.nix and udev.nix, udev.nix will need later work, but this will be done as needed
This commit is contained in:
parent
c0b56e883d
commit
2d55290697
7 changed files with 185 additions and 8 deletions
|
|
@ -11,7 +11,6 @@
|
|||
];
|
||||
services.blueman.enable = true;
|
||||
services.upower.enable = true;
|
||||
programs.steam.enable = true;
|
||||
hardware.i2c.enable = true;
|
||||
services.pcscd.enable = true;
|
||||
services.tailscale = {
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
./configuration.nix
|
||||
../overrides.nix
|
||||
../ssh.nix
|
||||
# ../firewall.nix
|
||||
../firewall.nix
|
||||
../substituters.nix
|
||||
../fonts.nix
|
||||
# ../udev.nix
|
||||
../udev.nix
|
||||
../greetd.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue