home writes nmconfig and .ssl
This commit is contained in:
@@ -60,14 +60,8 @@
|
|||||||
#hardware.pulseaudio.enable = true;
|
#hardware.pulseaudio.enable = true;
|
||||||
|
|
||||||
# rtkit is optional but recommended
|
# rtkit is optional but recommended
|
||||||
security = {
|
security.rtkit.enable = true;
|
||||||
rtkit.enable = true;
|
|
||||||
pki.certificates = [
|
|
||||||
secrets.easyroamHSMW.clientKey
|
|
||||||
secrets.easyroamHSMW.clientCert
|
|
||||||
secrets.easyroamHSMW.rootCa
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
|
|||||||
14
home.nix
14
home.nix
@@ -88,8 +88,18 @@
|
|||||||
# };
|
# };
|
||||||
|
|
||||||
|
|
||||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
# NETWORKING
|
||||||
# plain files is through 'home.file'.
|
home.file = {
|
||||||
|
# easyroam HSMW
|
||||||
|
".ssl/easyroam_client_cert.pem".source = ./secrets/easyroam-hsmw/easyroam_client_cert.pem;
|
||||||
|
".ssl/easyroam_root_ca.pem".source = ./secrets/easyroam-hsmw/easyroam_root_ca.pem;
|
||||||
|
".ssl/easyroam_client_key.pem".source = ./secrets/easyroam-hsmw/easyroam_client_key.pem;
|
||||||
|
};
|
||||||
|
networking.networkmanager.extraConfig = concatStringsSep "\n" [
|
||||||
|
secrets.eduroamHSMW.nmconfig
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|
||||||
# ".config/libinput/gestures".text = ''
|
# ".config/libinput/gestures".text = ''
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user