mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
hosts/ni: revert Guix service config
This commit is contained in:
parent
13603e9d91
commit
8e122373d7
@ -215,6 +215,11 @@
|
|||||||
};
|
};
|
||||||
services.openssh.enable = lib.mkDefault true;
|
services.openssh.enable = lib.mkDefault true;
|
||||||
|
|
||||||
|
# We're setting Guix service package with the flake-provided package.
|
||||||
|
# This is to prevent problems setting with overlays as much as I like
|
||||||
|
# using them.
|
||||||
|
services.guix.package = inputs.guix-overlay.packages.${config.nixpkgs.system}.guix;
|
||||||
|
|
||||||
# It's following the 'nixpkgs' flake input which should be in unstable
|
# It's following the 'nixpkgs' flake input which should be in unstable
|
||||||
# branches. Not to mention, most of the system configurations should
|
# branches. Not to mention, most of the system configurations should
|
||||||
# have this attribute set explicitly by default.
|
# have this attribute set explicitly by default.
|
||||||
|
@ -142,10 +142,7 @@
|
|||||||
|
|
||||||
# Installing Guix within NixOS. Now that's some OTP rarepair material right
|
# Installing Guix within NixOS. Now that's some OTP rarepair material right
|
||||||
# there.
|
# there.
|
||||||
services.guix = {
|
services.guix.enable = true;
|
||||||
enable = true;
|
|
||||||
package = pkgs.guix;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Asia/Manila";
|
time.timeZone = "Asia/Manila";
|
||||||
|
Loading…
Reference in New Issue
Block a user