nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 7163aff7a04f2e603d6a07aa3fd982ec0ead3ceb
parent deed7769126acd547f69a43729a89945b098c58d
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Tue, 27 Jan 2026 12:45:16 +0000

No longer required

Diffstat:
Mmachines/atlas.nix | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/machines/atlas.nix b/machines/atlas.nix @@ -20,7 +20,6 @@ let machine = "atlas"; in { ../common/networking.nix ../common/nfs.nix ../common/nur.nix - ../common/packages-unfree.nix ../common/packages.nix ../common/scanning.nix ../common/ssh.nix @@ -77,7 +76,6 @@ let machine = "atlas"; in { # Packages environment.systemPackages = with pkgs; [ ntfs3g - glib ]; system.stateVersion = "24.11"; # Did you read the comment?