Giter Site home page Giter Site logo

cig0 / nix-with-selinux Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dnkmmr69420/nix-with-selinux

0.0 0.0 0.0 109 KB

this project has moved to a new repo. click the link below

Home Page: https://github.com/dnkmmr69420/nix-installer-scripts

Shell 100.00%

nix-with-selinux's Introduction

Nix package manager on Fedora with selinux enabled

Use my New Repo

I moved all of my nix stuff to This

This page is for the nix selinux installers. Click here to go to the main page. The regular installer makes a backup of the default of nix in /opt/nb just like the installers here. There are commands to run the nix with selinux installers on the main nix installers page too

(also works for RHEL and its clones too)

Please note that these instructions are not offically supported or condoned by Nix and are not guaranteed to always work, but from my testing everything seems to work perfectly fine.

This is my modified version of the documentation here

These steps may not be required if NixOS/nix#2374 is resolved.

When this happens sucessfully for your, report it to Issues as a successfull test

When this fails for you, report it as a bug.

Want to improve this documentation, submit a request

Install Scripts

Copy and paste the correct installer for your linux distro into the terminal to install

Regular installer for mutable linux with selinux

wget https://raw.githubusercontent.com/dnkmmr69420/nix-with-selinux/main/regular-installer.sh && chmod a+x ./regular-installer.sh && ./regular-installer.sh ; rm ./regular-installer.sh

Nix installer for silverblue

wget https://raw.githubusercontent.com/dnkmmr69420/nix-with-selinux/main/silverblue-installer.sh && chmod a+x ./silverblue-installer.sh && ./silverblue-installer.sh ; rm ./silverblue-installer.sh

Ublue nix installer Currently doesn't work

This installer is a modified version of mine and it is meant for ublue's bluefin but should run fine on regular silverblue and other ublue spins.

DON'T USE THIS AT THE MOMENT SINCE IT CURRENTLY DOES NOT WORK. You are welcome to test it but do it in a vm.

wget https://raw.githubusercontent.com/ublue-os/bluefin/main/usr/bin/ublue-nix-install && chmod a+x ./ublue-nix-install && ./ublue-nix-install ; rm ./ublue-nix-install

thanks castrojo

I gave it its own readme to make this guide less cluttered. Click on the link above to take you to that page.

Want to uninstall nix? I made uninstallers for it here.

Other stuff

Nix graphical icons

nix graphical icons

It has its own guide

Single User

add this to the end of ~/.bashrc

XDG_DATA_DIRS="$HOME/.nix-profile/share:/nix/var/nix/profiles/default/share:$XDG_DATA_DIRS"

Multiuser

type this command

sudo wget -P /etc/profile.d https://raw.githubusercontent.com/dnkmmr69420/nix-installers/main/nix-app-icons.sh

nix-with-selinux's People

Contributors

dnkmmr69420 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.